<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="MF%20turma%20B_arquivos/estilo.css">
<link rel="stylesheet" href="MF%20turma%20B_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="MF%20turma%20B_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="MF%20turma%20B_arquivos/jquery.js" type="text/javascript"></script>
<script src="MF%20turma%20B_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="MF%20turma%20B_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="MF%20turma%20B_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Noite | B - Mdia Final</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="6" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="47" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="96454" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="Mdia Final" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1099021&nbsp;ANA CELIA ANDRADE BRAGA
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="1099021" type="hidden"></td>
            
            <td id="colunaNotaAluno_1099021_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_154" id="ci_AlunoAvaliacao_1099021_154" value="" type="hidden">
                <input name="nr_Nota_1099021_154" id="nr_Nota_1099021_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_160" id="ci_AlunoAvaliacao_1099021_160" value="" type="hidden">
                <input name="nr_Nota_1099021_160" id="nr_Nota_1099021_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_530" id="ci_AlunoAvaliacao_1099021_530" value="" type="hidden">
                <input name="nr_Nota_1099021_530" id="nr_Nota_1099021_530" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_780" id="ci_AlunoAvaliacao_1099021_780" value="" type="hidden">
                <input name="nr_Nota_1099021_780" id="nr_Nota_1099021_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_800" id="ci_AlunoAvaliacao_1099021_800" value="" type="hidden">
                <input name="nr_Nota_1099021_800" id="nr_Nota_1099021_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_890" id="ci_AlunoAvaliacao_1099021_890" value="" type="hidden">
                <input name="nr_Nota_1099021_890" id="nr_Nota_1099021_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_970" id="ci_AlunoAvaliacao_1099021_970" value="" type="hidden">
                <input name="nr_Nota_1099021_970" id="nr_Nota_1099021_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_3330" id="ci_AlunoAvaliacao_1099021_3330" value="" type="hidden">
                <input name="nr_Nota_1099021_3330" id="nr_Nota_1099021_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_1130" id="ci_AlunoAvaliacao_1099021_1130" value="" type="hidden">
                <input name="nr_Nota_1099021_1130" id="nr_Nota_1099021_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_1140" id="ci_AlunoAvaliacao_1099021_1140" value="" type="hidden">
                <input name="nr_Nota_1099021_1140" id="nr_Nota_1099021_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_1200" id="ci_AlunoAvaliacao_1099021_1200" value="" type="hidden">
                <input name="nr_Nota_1099021_1200" id="nr_Nota_1099021_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_1620" id="ci_AlunoAvaliacao_1099021_1620" value="" type="hidden">
                <input name="nr_Nota_1099021_1620" id="nr_Nota_1099021_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1099021_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1099021_1730" id="ci_AlunoAvaliacao_1099021_1730" value="" type="hidden">
                <input name="nr_Nota_1099021_1730" id="nr_Nota_1099021_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1166874&nbsp;ANA FLAVIA COSTA BEZERRA BOTAO
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="1166874" type="hidden"></td>
            
            <td id="colunaNotaAluno_1166874_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_154" id="ci_AlunoAvaliacao_1166874_154" value="" type="hidden">
                <input name="nr_Nota_1166874_154" id="nr_Nota_1166874_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_160" id="ci_AlunoAvaliacao_1166874_160" value="" type="hidden">
                <input name="nr_Nota_1166874_160" id="nr_Nota_1166874_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_530" id="ci_AlunoAvaliacao_1166874_530" value="" type="hidden">
                <input name="nr_Nota_1166874_530" id="nr_Nota_1166874_530" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_780" id="ci_AlunoAvaliacao_1166874_780" value="" type="hidden">
                <input name="nr_Nota_1166874_780" id="nr_Nota_1166874_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_800" id="ci_AlunoAvaliacao_1166874_800" value="" type="hidden">
                <input name="nr_Nota_1166874_800" id="nr_Nota_1166874_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_890" id="ci_AlunoAvaliacao_1166874_890" value="" type="hidden">
                <input name="nr_Nota_1166874_890" id="nr_Nota_1166874_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_970" id="ci_AlunoAvaliacao_1166874_970" value="" type="hidden">
                <input name="nr_Nota_1166874_970" id="nr_Nota_1166874_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_3330" id="ci_AlunoAvaliacao_1166874_3330" value="" type="hidden">
                <input name="nr_Nota_1166874_3330" id="nr_Nota_1166874_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_1130" id="ci_AlunoAvaliacao_1166874_1130" value="" type="hidden">
                <input name="nr_Nota_1166874_1130" id="nr_Nota_1166874_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_1140" id="ci_AlunoAvaliacao_1166874_1140" value="" type="hidden">
                <input name="nr_Nota_1166874_1140" id="nr_Nota_1166874_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_1200" id="ci_AlunoAvaliacao_1166874_1200" value="" type="hidden">
                <input name="nr_Nota_1166874_1200" id="nr_Nota_1166874_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_1620" id="ci_AlunoAvaliacao_1166874_1620" value="" type="hidden">
                <input name="nr_Nota_1166874_1620" id="nr_Nota_1166874_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1166874_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1166874_1730" id="ci_AlunoAvaliacao_1166874_1730" value="" type="hidden">
                <input name="nr_Nota_1166874_1730" id="nr_Nota_1166874_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;911877&nbsp;ANDREZA DA SILVA LAURENTINO
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="911877" type="hidden"></td>
            
            <td id="colunaNotaAluno_911877_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_154" id="ci_AlunoAvaliacao_911877_154" value="" type="hidden">
                <input name="nr_Nota_911877_154" id="nr_Nota_911877_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_160" id="ci_AlunoAvaliacao_911877_160" value="" type="hidden">
                <input name="nr_Nota_911877_160" id="nr_Nota_911877_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_530" id="ci_AlunoAvaliacao_911877_530" value="" type="hidden">
                <input name="nr_Nota_911877_530" id="nr_Nota_911877_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_780" id="ci_AlunoAvaliacao_911877_780" value="" type="hidden">
                <input name="nr_Nota_911877_780" id="nr_Nota_911877_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_800" id="ci_AlunoAvaliacao_911877_800" value="" type="hidden">
                <input name="nr_Nota_911877_800" id="nr_Nota_911877_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_890" id="ci_AlunoAvaliacao_911877_890" value="" type="hidden">
                <input name="nr_Nota_911877_890" id="nr_Nota_911877_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_970" id="ci_AlunoAvaliacao_911877_970" value="" type="hidden">
                <input name="nr_Nota_911877_970" id="nr_Nota_911877_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_3330" id="ci_AlunoAvaliacao_911877_3330" value="" type="hidden">
                <input name="nr_Nota_911877_3330" id="nr_Nota_911877_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_1130" id="ci_AlunoAvaliacao_911877_1130" value="" type="hidden">
                <input name="nr_Nota_911877_1130" id="nr_Nota_911877_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_1140" id="ci_AlunoAvaliacao_911877_1140" value="" type="hidden">
                <input name="nr_Nota_911877_1140" id="nr_Nota_911877_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_1200" id="ci_AlunoAvaliacao_911877_1200" value="" type="hidden">
                <input name="nr_Nota_911877_1200" id="nr_Nota_911877_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_1620" id="ci_AlunoAvaliacao_911877_1620" value="" type="hidden">
                <input name="nr_Nota_911877_1620" id="nr_Nota_911877_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_911877_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_911877_1730" id="ci_AlunoAvaliacao_911877_1730" value="" type="hidden">
                <input name="nr_Nota_911877_1730" id="nr_Nota_911877_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;895913&nbsp;BRUNA ALVES RODRIGUES
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="895913" type="hidden"></td>
            
            <td id="colunaNotaAluno_895913_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_154" id="ci_AlunoAvaliacao_895913_154" value="" type="hidden">
                <input name="nr_Nota_895913_154" id="nr_Nota_895913_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_160" id="ci_AlunoAvaliacao_895913_160" value="" type="hidden">
                <input name="nr_Nota_895913_160" id="nr_Nota_895913_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_530" id="ci_AlunoAvaliacao_895913_530" value="" type="hidden">
                <input name="nr_Nota_895913_530" id="nr_Nota_895913_530" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_780" id="ci_AlunoAvaliacao_895913_780" value="" type="hidden">
                <input name="nr_Nota_895913_780" id="nr_Nota_895913_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_800" id="ci_AlunoAvaliacao_895913_800" value="" type="hidden">
                <input name="nr_Nota_895913_800" id="nr_Nota_895913_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_890" id="ci_AlunoAvaliacao_895913_890" value="" type="hidden">
                <input name="nr_Nota_895913_890" id="nr_Nota_895913_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_970" id="ci_AlunoAvaliacao_895913_970" value="" type="hidden">
                <input name="nr_Nota_895913_970" id="nr_Nota_895913_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_3330" id="ci_AlunoAvaliacao_895913_3330" value="" type="hidden">
                <input name="nr_Nota_895913_3330" id="nr_Nota_895913_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_1130" id="ci_AlunoAvaliacao_895913_1130" value="" type="hidden">
                <input name="nr_Nota_895913_1130" id="nr_Nota_895913_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_1140" id="ci_AlunoAvaliacao_895913_1140" value="" type="hidden">
                <input name="nr_Nota_895913_1140" id="nr_Nota_895913_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_1200" id="ci_AlunoAvaliacao_895913_1200" value="" type="hidden">
                <input name="nr_Nota_895913_1200" id="nr_Nota_895913_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_1620" id="ci_AlunoAvaliacao_895913_1620" value="" type="hidden">
                <input name="nr_Nota_895913_1620" id="nr_Nota_895913_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895913_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895913_1730" id="ci_AlunoAvaliacao_895913_1730" value="" type="hidden">
                <input name="nr_Nota_895913_1730" id="nr_Nota_895913_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1191097&nbsp;BRUNO ALEF RODRIGUES
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="1191097" type="hidden"></td>
            
            <td id="colunaNotaAluno_1191097_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_154" id="ci_AlunoAvaliacao_1191097_154" value="" type="hidden">
                <input name="nr_Nota_1191097_154" id="nr_Nota_1191097_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_160" id="ci_AlunoAvaliacao_1191097_160" value="" type="hidden">
                <input name="nr_Nota_1191097_160" id="nr_Nota_1191097_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_530" id="ci_AlunoAvaliacao_1191097_530" value="" type="hidden">
                <input name="nr_Nota_1191097_530" id="nr_Nota_1191097_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_780" id="ci_AlunoAvaliacao_1191097_780" value="" type="hidden">
                <input name="nr_Nota_1191097_780" id="nr_Nota_1191097_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_800" id="ci_AlunoAvaliacao_1191097_800" value="" type="hidden">
                <input name="nr_Nota_1191097_800" id="nr_Nota_1191097_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_890" id="ci_AlunoAvaliacao_1191097_890" value="" type="hidden">
                <input name="nr_Nota_1191097_890" id="nr_Nota_1191097_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_970" id="ci_AlunoAvaliacao_1191097_970" value="" type="hidden">
                <input name="nr_Nota_1191097_970" id="nr_Nota_1191097_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_3330" id="ci_AlunoAvaliacao_1191097_3330" value="" type="hidden">
                <input name="nr_Nota_1191097_3330" id="nr_Nota_1191097_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_1130" id="ci_AlunoAvaliacao_1191097_1130" value="" type="hidden">
                <input name="nr_Nota_1191097_1130" id="nr_Nota_1191097_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_1140" id="ci_AlunoAvaliacao_1191097_1140" value="" type="hidden">
                <input name="nr_Nota_1191097_1140" id="nr_Nota_1191097_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_1200" id="ci_AlunoAvaliacao_1191097_1200" value="" type="hidden">
                <input name="nr_Nota_1191097_1200" id="nr_Nota_1191097_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_1620" id="ci_AlunoAvaliacao_1191097_1620" value="" type="hidden">
                <input name="nr_Nota_1191097_1620" id="nr_Nota_1191097_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191097_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191097_1730" id="ci_AlunoAvaliacao_1191097_1730" value="" type="hidden">
                <input name="nr_Nota_1191097_1730" id="nr_Nota_1191097_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1657255&nbsp;CAMILA MARQUES DA SILVA
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="1657255" type="hidden"></td>
            
            <td id="colunaNotaAluno_1657255_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_154" id="ci_AlunoAvaliacao_1657255_154" value="" type="hidden">
                <input name="nr_Nota_1657255_154" id="nr_Nota_1657255_154" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_160" id="ci_AlunoAvaliacao_1657255_160" value="" type="hidden">
                <input name="nr_Nota_1657255_160" id="nr_Nota_1657255_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_530" id="ci_AlunoAvaliacao_1657255_530" value="" type="hidden">
                <input name="nr_Nota_1657255_530" id="nr_Nota_1657255_530" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_780" id="ci_AlunoAvaliacao_1657255_780" value="" type="hidden">
                <input name="nr_Nota_1657255_780" id="nr_Nota_1657255_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_800" id="ci_AlunoAvaliacao_1657255_800" value="" type="hidden">
                <input name="nr_Nota_1657255_800" id="nr_Nota_1657255_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_890" id="ci_AlunoAvaliacao_1657255_890" value="" type="hidden">
                <input name="nr_Nota_1657255_890" id="nr_Nota_1657255_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_970" id="ci_AlunoAvaliacao_1657255_970" value="" type="hidden">
                <input name="nr_Nota_1657255_970" id="nr_Nota_1657255_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_3330" id="ci_AlunoAvaliacao_1657255_3330" value="" type="hidden">
                <input name="nr_Nota_1657255_3330" id="nr_Nota_1657255_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_1130" id="ci_AlunoAvaliacao_1657255_1130" value="" type="hidden">
                <input name="nr_Nota_1657255_1130" id="nr_Nota_1657255_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_1140" id="ci_AlunoAvaliacao_1657255_1140" value="" type="hidden">
                <input name="nr_Nota_1657255_1140" id="nr_Nota_1657255_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_1200" id="ci_AlunoAvaliacao_1657255_1200" value="" type="hidden">
                <input name="nr_Nota_1657255_1200" id="nr_Nota_1657255_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_1620" id="ci_AlunoAvaliacao_1657255_1620" value="" type="hidden">
                <input name="nr_Nota_1657255_1620" id="nr_Nota_1657255_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657255_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657255_1730" id="ci_AlunoAvaliacao_1657255_1730" value="" type="hidden">
                <input name="nr_Nota_1657255_1730" id="nr_Nota_1657255_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;416269&nbsp;CAMILA NASCIMENTO COSTA
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="416269" type="hidden"></td>
            
            <td id="colunaNotaAluno_416269_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_154" id="ci_AlunoAvaliacao_416269_154" value="" type="hidden">
                <input name="nr_Nota_416269_154" id="nr_Nota_416269_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_160" id="ci_AlunoAvaliacao_416269_160" value="" type="hidden">
                <input name="nr_Nota_416269_160" id="nr_Nota_416269_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_530" id="ci_AlunoAvaliacao_416269_530" value="" type="hidden">
                <input name="nr_Nota_416269_530" id="nr_Nota_416269_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_780" id="ci_AlunoAvaliacao_416269_780" value="" type="hidden">
                <input name="nr_Nota_416269_780" id="nr_Nota_416269_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_800" id="ci_AlunoAvaliacao_416269_800" value="" type="hidden">
                <input name="nr_Nota_416269_800" id="nr_Nota_416269_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_890" id="ci_AlunoAvaliacao_416269_890" value="" type="hidden">
                <input name="nr_Nota_416269_890" id="nr_Nota_416269_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_970" id="ci_AlunoAvaliacao_416269_970" value="" type="hidden">
                <input name="nr_Nota_416269_970" id="nr_Nota_416269_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_3330" id="ci_AlunoAvaliacao_416269_3330" value="" type="hidden">
                <input name="nr_Nota_416269_3330" id="nr_Nota_416269_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_1130" id="ci_AlunoAvaliacao_416269_1130" value="" type="hidden">
                <input name="nr_Nota_416269_1130" id="nr_Nota_416269_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_1140" id="ci_AlunoAvaliacao_416269_1140" value="" type="hidden">
                <input name="nr_Nota_416269_1140" id="nr_Nota_416269_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_1200" id="ci_AlunoAvaliacao_416269_1200" value="" type="hidden">
                <input name="nr_Nota_416269_1200" id="nr_Nota_416269_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_1620" id="ci_AlunoAvaliacao_416269_1620" value="" type="hidden">
                <input name="nr_Nota_416269_1620" id="nr_Nota_416269_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_416269_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_416269_1730" id="ci_AlunoAvaliacao_416269_1730" value="" type="hidden">
                <input name="nr_Nota_416269_1730" id="nr_Nota_416269_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;107569&nbsp;CARLOS NATANIEL BARBOSA NUNES
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="107569" type="hidden"></td>
            
            <td id="colunaNotaAluno_107569_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_154" id="ci_AlunoAvaliacao_107569_154" value="" type="hidden">
                <input name="nr_Nota_107569_154" id="nr_Nota_107569_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_160" id="ci_AlunoAvaliacao_107569_160" value="" type="hidden">
                <input name="nr_Nota_107569_160" id="nr_Nota_107569_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_530" id="ci_AlunoAvaliacao_107569_530" value="" type="hidden">
                <input name="nr_Nota_107569_530" id="nr_Nota_107569_530" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_780" id="ci_AlunoAvaliacao_107569_780" value="" type="hidden">
                <input name="nr_Nota_107569_780" id="nr_Nota_107569_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_800" id="ci_AlunoAvaliacao_107569_800" value="" type="hidden">
                <input name="nr_Nota_107569_800" id="nr_Nota_107569_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_890" id="ci_AlunoAvaliacao_107569_890" value="" type="hidden">
                <input name="nr_Nota_107569_890" id="nr_Nota_107569_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_970" id="ci_AlunoAvaliacao_107569_970" value="" type="hidden">
                <input name="nr_Nota_107569_970" id="nr_Nota_107569_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_3330" id="ci_AlunoAvaliacao_107569_3330" value="" type="hidden">
                <input name="nr_Nota_107569_3330" id="nr_Nota_107569_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_1130" id="ci_AlunoAvaliacao_107569_1130" value="" type="hidden">
                <input name="nr_Nota_107569_1130" id="nr_Nota_107569_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_1140" id="ci_AlunoAvaliacao_107569_1140" value="" type="hidden">
                <input name="nr_Nota_107569_1140" id="nr_Nota_107569_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_1200" id="ci_AlunoAvaliacao_107569_1200" value="" type="hidden">
                <input name="nr_Nota_107569_1200" id="nr_Nota_107569_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_1620" id="ci_AlunoAvaliacao_107569_1620" value="" type="hidden">
                <input name="nr_Nota_107569_1620" id="nr_Nota_107569_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_107569_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_107569_1730" id="ci_AlunoAvaliacao_107569_1730" value="" type="hidden">
                <input name="nr_Nota_107569_1730" id="nr_Nota_107569_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;295038&nbsp;CRISTIANE DA SILVA LIMA
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="295038" type="hidden"></td>
            
            <td id="colunaNotaAluno_295038_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_154" id="ci_AlunoAvaliacao_295038_154" value="" type="hidden">
                <input name="nr_Nota_295038_154" id="nr_Nota_295038_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_160" id="ci_AlunoAvaliacao_295038_160" value="" type="hidden">
                <input name="nr_Nota_295038_160" id="nr_Nota_295038_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_530" id="ci_AlunoAvaliacao_295038_530" value="" type="hidden">
                <input name="nr_Nota_295038_530" id="nr_Nota_295038_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_780" id="ci_AlunoAvaliacao_295038_780" value="" type="hidden">
                <input name="nr_Nota_295038_780" id="nr_Nota_295038_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_800" id="ci_AlunoAvaliacao_295038_800" value="" type="hidden">
                <input name="nr_Nota_295038_800" id="nr_Nota_295038_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_890" id="ci_AlunoAvaliacao_295038_890" value="" type="hidden">
                <input name="nr_Nota_295038_890" id="nr_Nota_295038_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_970" id="ci_AlunoAvaliacao_295038_970" value="" type="hidden">
                <input name="nr_Nota_295038_970" id="nr_Nota_295038_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_3330" id="ci_AlunoAvaliacao_295038_3330" value="" type="hidden">
                <input name="nr_Nota_295038_3330" id="nr_Nota_295038_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_1130" id="ci_AlunoAvaliacao_295038_1130" value="" type="hidden">
                <input name="nr_Nota_295038_1130" id="nr_Nota_295038_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_1140" id="ci_AlunoAvaliacao_295038_1140" value="" type="hidden">
                <input name="nr_Nota_295038_1140" id="nr_Nota_295038_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_1200" id="ci_AlunoAvaliacao_295038_1200" value="" type="hidden">
                <input name="nr_Nota_295038_1200" id="nr_Nota_295038_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_1620" id="ci_AlunoAvaliacao_295038_1620" value="" type="hidden">
                <input name="nr_Nota_295038_1620" id="nr_Nota_295038_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_295038_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_295038_1730" id="ci_AlunoAvaliacao_295038_1730" value="" type="hidden">
                <input name="nr_Nota_295038_1730" id="nr_Nota_295038_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;593015&nbsp;CRISTIANE OLIVEIRA DA COSTA
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="593015" type="hidden"></td>
            
            <td id="colunaNotaAluno_593015_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_154" id="ci_AlunoAvaliacao_593015_154" value="" type="hidden">
                <input name="nr_Nota_593015_154" id="nr_Nota_593015_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_160" id="ci_AlunoAvaliacao_593015_160" value="" type="hidden">
                <input name="nr_Nota_593015_160" id="nr_Nota_593015_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_530" id="ci_AlunoAvaliacao_593015_530" value="" type="hidden">
                <input name="nr_Nota_593015_530" id="nr_Nota_593015_530" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_780" id="ci_AlunoAvaliacao_593015_780" value="" type="hidden">
                <input name="nr_Nota_593015_780" id="nr_Nota_593015_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_800" id="ci_AlunoAvaliacao_593015_800" value="" type="hidden">
                <input name="nr_Nota_593015_800" id="nr_Nota_593015_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_890" id="ci_AlunoAvaliacao_593015_890" value="" type="hidden">
                <input name="nr_Nota_593015_890" id="nr_Nota_593015_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_970" id="ci_AlunoAvaliacao_593015_970" value="" type="hidden">
                <input name="nr_Nota_593015_970" id="nr_Nota_593015_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_3330" id="ci_AlunoAvaliacao_593015_3330" value="" type="hidden">
                <input name="nr_Nota_593015_3330" id="nr_Nota_593015_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_1130" id="ci_AlunoAvaliacao_593015_1130" value="" type="hidden">
                <input name="nr_Nota_593015_1130" id="nr_Nota_593015_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_1140" id="ci_AlunoAvaliacao_593015_1140" value="" type="hidden">
                <input name="nr_Nota_593015_1140" id="nr_Nota_593015_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_1200" id="ci_AlunoAvaliacao_593015_1200" value="" type="hidden">
                <input name="nr_Nota_593015_1200" id="nr_Nota_593015_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_1620" id="ci_AlunoAvaliacao_593015_1620" value="" type="hidden">
                <input name="nr_Nota_593015_1620" id="nr_Nota_593015_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_593015_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_593015_1730" id="ci_AlunoAvaliacao_593015_1730" value="" type="hidden">
                <input name="nr_Nota_593015_1730" id="nr_Nota_593015_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;269846&nbsp;DAVID ANGELINO DE CASTRO
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="269846" type="hidden"></td>
            
            <td id="colunaNotaAluno_269846_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_154" id="ci_AlunoAvaliacao_269846_154" value="" type="hidden">
                <input name="nr_Nota_269846_154" id="nr_Nota_269846_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_160" id="ci_AlunoAvaliacao_269846_160" value="" type="hidden">
                <input name="nr_Nota_269846_160" id="nr_Nota_269846_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_530" id="ci_AlunoAvaliacao_269846_530" value="" type="hidden">
                <input name="nr_Nota_269846_530" id="nr_Nota_269846_530" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_780" id="ci_AlunoAvaliacao_269846_780" value="" type="hidden">
                <input name="nr_Nota_269846_780" id="nr_Nota_269846_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_800" id="ci_AlunoAvaliacao_269846_800" value="" type="hidden">
                <input name="nr_Nota_269846_800" id="nr_Nota_269846_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_890" id="ci_AlunoAvaliacao_269846_890" value="" type="hidden">
                <input name="nr_Nota_269846_890" id="nr_Nota_269846_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_970" id="ci_AlunoAvaliacao_269846_970" value="" type="hidden">
                <input name="nr_Nota_269846_970" id="nr_Nota_269846_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_3330" id="ci_AlunoAvaliacao_269846_3330" value="" type="hidden">
                <input name="nr_Nota_269846_3330" id="nr_Nota_269846_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_1130" id="ci_AlunoAvaliacao_269846_1130" value="" type="hidden">
                <input name="nr_Nota_269846_1130" id="nr_Nota_269846_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_1140" id="ci_AlunoAvaliacao_269846_1140" value="" type="hidden">
                <input name="nr_Nota_269846_1140" id="nr_Nota_269846_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_1200" id="ci_AlunoAvaliacao_269846_1200" value="" type="hidden">
                <input name="nr_Nota_269846_1200" id="nr_Nota_269846_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_1620" id="ci_AlunoAvaliacao_269846_1620" value="" type="hidden">
                <input name="nr_Nota_269846_1620" id="nr_Nota_269846_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269846_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269846_1730" id="ci_AlunoAvaliacao_269846_1730" value="" type="hidden">
                <input name="nr_Nota_269846_1730" id="nr_Nota_269846_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;928840&nbsp;EDERVALDO CANDIDO BEZERRA
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="928840" type="hidden"></td>
            
            <td id="colunaNotaAluno_928840_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_154" id="ci_AlunoAvaliacao_928840_154" value="" type="hidden">
                <input name="nr_Nota_928840_154" id="nr_Nota_928840_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_160" id="ci_AlunoAvaliacao_928840_160" value="" type="hidden">
                <input name="nr_Nota_928840_160" id="nr_Nota_928840_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_530" id="ci_AlunoAvaliacao_928840_530" value="" type="hidden">
                <input name="nr_Nota_928840_530" id="nr_Nota_928840_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_780" id="ci_AlunoAvaliacao_928840_780" value="" type="hidden">
                <input name="nr_Nota_928840_780" id="nr_Nota_928840_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_800" id="ci_AlunoAvaliacao_928840_800" value="" type="hidden">
                <input name="nr_Nota_928840_800" id="nr_Nota_928840_800" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_890" id="ci_AlunoAvaliacao_928840_890" value="" type="hidden">
                <input name="nr_Nota_928840_890" id="nr_Nota_928840_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_970" id="ci_AlunoAvaliacao_928840_970" value="" type="hidden">
                <input name="nr_Nota_928840_970" id="nr_Nota_928840_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_3330" id="ci_AlunoAvaliacao_928840_3330" value="" type="hidden">
                <input name="nr_Nota_928840_3330" id="nr_Nota_928840_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_1130" id="ci_AlunoAvaliacao_928840_1130" value="" type="hidden">
                <input name="nr_Nota_928840_1130" id="nr_Nota_928840_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_1140" id="ci_AlunoAvaliacao_928840_1140" value="" type="hidden">
                <input name="nr_Nota_928840_1140" id="nr_Nota_928840_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_1200" id="ci_AlunoAvaliacao_928840_1200" value="" type="hidden">
                <input name="nr_Nota_928840_1200" id="nr_Nota_928840_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_1620" id="ci_AlunoAvaliacao_928840_1620" value="" type="hidden">
                <input name="nr_Nota_928840_1620" id="nr_Nota_928840_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_928840_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_928840_1730" id="ci_AlunoAvaliacao_928840_1730" value="" type="hidden">
                <input name="nr_Nota_928840_1730" id="nr_Nota_928840_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1228738&nbsp;ERIC LIMA DA SILVA
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="1228738" type="hidden"></td>
            
            <td id="colunaNotaAluno_1228738_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_154" id="ci_AlunoAvaliacao_1228738_154" value="" type="hidden">
                <input name="nr_Nota_1228738_154" id="nr_Nota_1228738_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_160" id="ci_AlunoAvaliacao_1228738_160" value="" type="hidden">
                <input name="nr_Nota_1228738_160" id="nr_Nota_1228738_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_530" id="ci_AlunoAvaliacao_1228738_530" value="" type="hidden">
                <input name="nr_Nota_1228738_530" id="nr_Nota_1228738_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_780" id="ci_AlunoAvaliacao_1228738_780" value="" type="hidden">
                <input name="nr_Nota_1228738_780" id="nr_Nota_1228738_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_800" id="ci_AlunoAvaliacao_1228738_800" value="" type="hidden">
                <input name="nr_Nota_1228738_800" id="nr_Nota_1228738_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_890" id="ci_AlunoAvaliacao_1228738_890" value="" type="hidden">
                <input name="nr_Nota_1228738_890" id="nr_Nota_1228738_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_970" id="ci_AlunoAvaliacao_1228738_970" value="" type="hidden">
                <input name="nr_Nota_1228738_970" id="nr_Nota_1228738_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_3330" id="ci_AlunoAvaliacao_1228738_3330" value="" type="hidden">
                <input name="nr_Nota_1228738_3330" id="nr_Nota_1228738_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_1130" id="ci_AlunoAvaliacao_1228738_1130" value="" type="hidden">
                <input name="nr_Nota_1228738_1130" id="nr_Nota_1228738_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_1140" id="ci_AlunoAvaliacao_1228738_1140" value="" type="hidden">
                <input name="nr_Nota_1228738_1140" id="nr_Nota_1228738_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_1200" id="ci_AlunoAvaliacao_1228738_1200" value="" type="hidden">
                <input name="nr_Nota_1228738_1200" id="nr_Nota_1228738_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_1620" id="ci_AlunoAvaliacao_1228738_1620" value="" type="hidden">
                <input name="nr_Nota_1228738_1620" id="nr_Nota_1228738_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228738_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228738_1730" id="ci_AlunoAvaliacao_1228738_1730" value="" type="hidden">
                <input name="nr_Nota_1228738_1730" id="nr_Nota_1228738_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;304990&nbsp;FELIPE ARAUJO PAES
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="304990" type="hidden"></td>
            
            <td id="colunaNotaAluno_304990_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_154" id="ci_AlunoAvaliacao_304990_154" value="" type="hidden">
                <input name="nr_Nota_304990_154" id="nr_Nota_304990_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_160" id="ci_AlunoAvaliacao_304990_160" value="" type="hidden">
                <input name="nr_Nota_304990_160" id="nr_Nota_304990_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_530" id="ci_AlunoAvaliacao_304990_530" value="" type="hidden">
                <input name="nr_Nota_304990_530" id="nr_Nota_304990_530" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_780" id="ci_AlunoAvaliacao_304990_780" value="" type="hidden">
                <input name="nr_Nota_304990_780" id="nr_Nota_304990_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_800" id="ci_AlunoAvaliacao_304990_800" value="" type="hidden">
                <input name="nr_Nota_304990_800" id="nr_Nota_304990_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_890" id="ci_AlunoAvaliacao_304990_890" value="" type="hidden">
                <input name="nr_Nota_304990_890" id="nr_Nota_304990_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_970" id="ci_AlunoAvaliacao_304990_970" value="" type="hidden">
                <input name="nr_Nota_304990_970" id="nr_Nota_304990_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_3330" id="ci_AlunoAvaliacao_304990_3330" value="" type="hidden">
                <input name="nr_Nota_304990_3330" id="nr_Nota_304990_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_1130" id="ci_AlunoAvaliacao_304990_1130" value="" type="hidden">
                <input name="nr_Nota_304990_1130" id="nr_Nota_304990_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_1140" id="ci_AlunoAvaliacao_304990_1140" value="" type="hidden">
                <input name="nr_Nota_304990_1140" id="nr_Nota_304990_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_1200" id="ci_AlunoAvaliacao_304990_1200" value="" type="hidden">
                <input name="nr_Nota_304990_1200" id="nr_Nota_304990_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_1620" id="ci_AlunoAvaliacao_304990_1620" value="" type="hidden">
                <input name="nr_Nota_304990_1620" id="nr_Nota_304990_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_304990_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_304990_1730" id="ci_AlunoAvaliacao_304990_1730" value="" type="hidden">
                <input name="nr_Nota_304990_1730" id="nr_Nota_304990_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;113969&nbsp;FRANCISCO BRUNO ALVES DOS SANTOS
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="113969" type="hidden"></td>
            
            <td id="colunaNotaAluno_113969_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_154" id="ci_AlunoAvaliacao_113969_154" value="" type="hidden">
                <input name="nr_Nota_113969_154" id="nr_Nota_113969_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_160" id="ci_AlunoAvaliacao_113969_160" value="" type="hidden">
                <input name="nr_Nota_113969_160" id="nr_Nota_113969_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_530" id="ci_AlunoAvaliacao_113969_530" value="" type="hidden">
                <input name="nr_Nota_113969_530" id="nr_Nota_113969_530" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_780" id="ci_AlunoAvaliacao_113969_780" value="" type="hidden">
                <input name="nr_Nota_113969_780" id="nr_Nota_113969_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_800" id="ci_AlunoAvaliacao_113969_800" value="" type="hidden">
                <input name="nr_Nota_113969_800" id="nr_Nota_113969_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_890" id="ci_AlunoAvaliacao_113969_890" value="" type="hidden">
                <input name="nr_Nota_113969_890" id="nr_Nota_113969_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_970" id="ci_AlunoAvaliacao_113969_970" value="" type="hidden">
                <input name="nr_Nota_113969_970" id="nr_Nota_113969_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_3330" id="ci_AlunoAvaliacao_113969_3330" value="" type="hidden">
                <input name="nr_Nota_113969_3330" id="nr_Nota_113969_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_1130" id="ci_AlunoAvaliacao_113969_1130" value="" type="hidden">
                <input name="nr_Nota_113969_1130" id="nr_Nota_113969_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_1140" id="ci_AlunoAvaliacao_113969_1140" value="" type="hidden">
                <input name="nr_Nota_113969_1140" id="nr_Nota_113969_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_1200" id="ci_AlunoAvaliacao_113969_1200" value="" type="hidden">
                <input name="nr_Nota_113969_1200" id="nr_Nota_113969_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_1620" id="ci_AlunoAvaliacao_113969_1620" value="" type="hidden">
                <input name="nr_Nota_113969_1620" id="nr_Nota_113969_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113969_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113969_1730" id="ci_AlunoAvaliacao_113969_1730" value="" type="hidden">
                <input name="nr_Nota_113969_1730" id="nr_Nota_113969_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;126908&nbsp;FRANCISCO CLAUDECIR SOARES OLIVEIRA
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="126908" type="hidden"></td>
            
            <td id="colunaNotaAluno_126908_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_154" id="ci_AlunoAvaliacao_126908_154" value="" type="hidden">
                <input name="nr_Nota_126908_154" id="nr_Nota_126908_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_160" id="ci_AlunoAvaliacao_126908_160" value="" type="hidden">
                <input name="nr_Nota_126908_160" id="nr_Nota_126908_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_530" id="ci_AlunoAvaliacao_126908_530" value="" type="hidden">
                <input name="nr_Nota_126908_530" id="nr_Nota_126908_530" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_780" id="ci_AlunoAvaliacao_126908_780" value="" type="hidden">
                <input name="nr_Nota_126908_780" id="nr_Nota_126908_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_800" id="ci_AlunoAvaliacao_126908_800" value="" type="hidden">
                <input name="nr_Nota_126908_800" id="nr_Nota_126908_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_890" id="ci_AlunoAvaliacao_126908_890" value="" type="hidden">
                <input name="nr_Nota_126908_890" id="nr_Nota_126908_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_970" id="ci_AlunoAvaliacao_126908_970" value="" type="hidden">
                <input name="nr_Nota_126908_970" id="nr_Nota_126908_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_3330" id="ci_AlunoAvaliacao_126908_3330" value="" type="hidden">
                <input name="nr_Nota_126908_3330" id="nr_Nota_126908_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_1130" id="ci_AlunoAvaliacao_126908_1130" value="" type="hidden">
                <input name="nr_Nota_126908_1130" id="nr_Nota_126908_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_1140" id="ci_AlunoAvaliacao_126908_1140" value="" type="hidden">
                <input name="nr_Nota_126908_1140" id="nr_Nota_126908_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_1200" id="ci_AlunoAvaliacao_126908_1200" value="" type="hidden">
                <input name="nr_Nota_126908_1200" id="nr_Nota_126908_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_1620" id="ci_AlunoAvaliacao_126908_1620" value="" type="hidden">
                <input name="nr_Nota_126908_1620" id="nr_Nota_126908_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_126908_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_126908_1730" id="ci_AlunoAvaliacao_126908_1730" value="" type="hidden">
                <input name="nr_Nota_126908_1730" id="nr_Nota_126908_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;903294&nbsp;FRANCISCO DAILTON DA SILVA MARREIRA
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="903294" type="hidden"></td>
            
            <td id="colunaNotaAluno_903294_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_154" id="ci_AlunoAvaliacao_903294_154" value="" type="hidden">
                <input name="nr_Nota_903294_154" id="nr_Nota_903294_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_160" id="ci_AlunoAvaliacao_903294_160" value="" type="hidden">
                <input name="nr_Nota_903294_160" id="nr_Nota_903294_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_530" id="ci_AlunoAvaliacao_903294_530" value="" type="hidden">
                <input name="nr_Nota_903294_530" id="nr_Nota_903294_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_780" id="ci_AlunoAvaliacao_903294_780" value="" type="hidden">
                <input name="nr_Nota_903294_780" id="nr_Nota_903294_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_800" id="ci_AlunoAvaliacao_903294_800" value="" type="hidden">
                <input name="nr_Nota_903294_800" id="nr_Nota_903294_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_890" id="ci_AlunoAvaliacao_903294_890" value="" type="hidden">
                <input name="nr_Nota_903294_890" id="nr_Nota_903294_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_970" id="ci_AlunoAvaliacao_903294_970" value="" type="hidden">
                <input name="nr_Nota_903294_970" id="nr_Nota_903294_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_3330" id="ci_AlunoAvaliacao_903294_3330" value="" type="hidden">
                <input name="nr_Nota_903294_3330" id="nr_Nota_903294_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_1130" id="ci_AlunoAvaliacao_903294_1130" value="" type="hidden">
                <input name="nr_Nota_903294_1130" id="nr_Nota_903294_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_1140" id="ci_AlunoAvaliacao_903294_1140" value="" type="hidden">
                <input name="nr_Nota_903294_1140" id="nr_Nota_903294_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_1200" id="ci_AlunoAvaliacao_903294_1200" value="" type="hidden">
                <input name="nr_Nota_903294_1200" id="nr_Nota_903294_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_1620" id="ci_AlunoAvaliacao_903294_1620" value="" type="hidden">
                <input name="nr_Nota_903294_1620" id="nr_Nota_903294_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903294_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903294_1730" id="ci_AlunoAvaliacao_903294_1730" value="" type="hidden">
                <input name="nr_Nota_903294_1730" id="nr_Nota_903294_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;488583&nbsp;FRANCISCO VANDERLAN MARTINS FILHO
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="488583" type="hidden"></td>
            
            <td id="colunaNotaAluno_488583_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_154" id="ci_AlunoAvaliacao_488583_154" value="" type="hidden">
                <input name="nr_Nota_488583_154" id="nr_Nota_488583_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_160" id="ci_AlunoAvaliacao_488583_160" value="" type="hidden">
                <input name="nr_Nota_488583_160" id="nr_Nota_488583_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_530" id="ci_AlunoAvaliacao_488583_530" value="" type="hidden">
                <input name="nr_Nota_488583_530" id="nr_Nota_488583_530" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_780" id="ci_AlunoAvaliacao_488583_780" value="" type="hidden">
                <input name="nr_Nota_488583_780" id="nr_Nota_488583_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_800" id="ci_AlunoAvaliacao_488583_800" value="" type="hidden">
                <input name="nr_Nota_488583_800" id="nr_Nota_488583_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_890" id="ci_AlunoAvaliacao_488583_890" value="" type="hidden">
                <input name="nr_Nota_488583_890" id="nr_Nota_488583_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_970" id="ci_AlunoAvaliacao_488583_970" value="" type="hidden">
                <input name="nr_Nota_488583_970" id="nr_Nota_488583_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_3330" id="ci_AlunoAvaliacao_488583_3330" value="" type="hidden">
                <input name="nr_Nota_488583_3330" id="nr_Nota_488583_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_1130" id="ci_AlunoAvaliacao_488583_1130" value="" type="hidden">
                <input name="nr_Nota_488583_1130" id="nr_Nota_488583_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_1140" id="ci_AlunoAvaliacao_488583_1140" value="" type="hidden">
                <input name="nr_Nota_488583_1140" id="nr_Nota_488583_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_1200" id="ci_AlunoAvaliacao_488583_1200" value="" type="hidden">
                <input name="nr_Nota_488583_1200" id="nr_Nota_488583_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_1620" id="ci_AlunoAvaliacao_488583_1620" value="" type="hidden">
                <input name="nr_Nota_488583_1620" id="nr_Nota_488583_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_488583_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_488583_1730" id="ci_AlunoAvaliacao_488583_1730" value="" type="hidden">
                <input name="nr_Nota_488583_1730" id="nr_Nota_488583_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;170206&nbsp;GUSTAVO HERBSTER DUARTE DE LIMA
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="170206" type="hidden"></td>
            
            <td id="colunaNotaAluno_170206_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_154" id="ci_AlunoAvaliacao_170206_154" value="" type="hidden">
                <input name="nr_Nota_170206_154" id="nr_Nota_170206_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_160" id="ci_AlunoAvaliacao_170206_160" value="" type="hidden">
                <input name="nr_Nota_170206_160" id="nr_Nota_170206_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_530" id="ci_AlunoAvaliacao_170206_530" value="" type="hidden">
                <input name="nr_Nota_170206_530" id="nr_Nota_170206_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_780" id="ci_AlunoAvaliacao_170206_780" value="" type="hidden">
                <input name="nr_Nota_170206_780" id="nr_Nota_170206_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_800" id="ci_AlunoAvaliacao_170206_800" value="" type="hidden">
                <input name="nr_Nota_170206_800" id="nr_Nota_170206_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_890" id="ci_AlunoAvaliacao_170206_890" value="" type="hidden">
                <input name="nr_Nota_170206_890" id="nr_Nota_170206_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_970" id="ci_AlunoAvaliacao_170206_970" value="" type="hidden">
                <input name="nr_Nota_170206_970" id="nr_Nota_170206_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_3330" id="ci_AlunoAvaliacao_170206_3330" value="" type="hidden">
                <input name="nr_Nota_170206_3330" id="nr_Nota_170206_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_1130" id="ci_AlunoAvaliacao_170206_1130" value="" type="hidden">
                <input name="nr_Nota_170206_1130" id="nr_Nota_170206_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_1140" id="ci_AlunoAvaliacao_170206_1140" value="" type="hidden">
                <input name="nr_Nota_170206_1140" id="nr_Nota_170206_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_1200" id="ci_AlunoAvaliacao_170206_1200" value="" type="hidden">
                <input name="nr_Nota_170206_1200" id="nr_Nota_170206_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_1620" id="ci_AlunoAvaliacao_170206_1620" value="" type="hidden">
                <input name="nr_Nota_170206_1620" id="nr_Nota_170206_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170206_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170206_1730" id="ci_AlunoAvaliacao_170206_1730" value="" type="hidden">
                <input name="nr_Nota_170206_1730" id="nr_Nota_170206_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2690358&nbsp;ICARO SALMITO GONCALVES RIBEIRO
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="2690358" type="hidden"></td>
            
            <td id="colunaNotaAluno_2690358_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_154" id="ci_AlunoAvaliacao_2690358_154" value="" type="hidden">
                <input name="nr_Nota_2690358_154" id="nr_Nota_2690358_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_160" id="ci_AlunoAvaliacao_2690358_160" value="" type="hidden">
                <input name="nr_Nota_2690358_160" id="nr_Nota_2690358_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_530" id="ci_AlunoAvaliacao_2690358_530" value="" type="hidden">
                <input name="nr_Nota_2690358_530" id="nr_Nota_2690358_530" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_780" id="ci_AlunoAvaliacao_2690358_780" value="" type="hidden">
                <input name="nr_Nota_2690358_780" id="nr_Nota_2690358_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_800" id="ci_AlunoAvaliacao_2690358_800" value="" type="hidden">
                <input name="nr_Nota_2690358_800" id="nr_Nota_2690358_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_890" id="ci_AlunoAvaliacao_2690358_890" value="" type="hidden">
                <input name="nr_Nota_2690358_890" id="nr_Nota_2690358_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_970" id="ci_AlunoAvaliacao_2690358_970" value="" type="hidden">
                <input name="nr_Nota_2690358_970" id="nr_Nota_2690358_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_3330" id="ci_AlunoAvaliacao_2690358_3330" value="" type="hidden">
                <input name="nr_Nota_2690358_3330" id="nr_Nota_2690358_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_1130" id="ci_AlunoAvaliacao_2690358_1130" value="" type="hidden">
                <input name="nr_Nota_2690358_1130" id="nr_Nota_2690358_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_1140" id="ci_AlunoAvaliacao_2690358_1140" value="" type="hidden">
                <input name="nr_Nota_2690358_1140" id="nr_Nota_2690358_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_1200" id="ci_AlunoAvaliacao_2690358_1200" value="" type="hidden">
                <input name="nr_Nota_2690358_1200" id="nr_Nota_2690358_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_1620" id="ci_AlunoAvaliacao_2690358_1620" value="" type="hidden">
                <input name="nr_Nota_2690358_1620" id="nr_Nota_2690358_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690358_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690358_1730" id="ci_AlunoAvaliacao_2690358_1730" value="" type="hidden">
                <input name="nr_Nota_2690358_1730" id="nr_Nota_2690358_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;136245&nbsp;JANAINA SILVA DOS SANTOS
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="136245" type="hidden"></td>
            
            <td id="colunaNotaAluno_136245_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_154" id="ci_AlunoAvaliacao_136245_154" value="" type="hidden">
                <input name="nr_Nota_136245_154" id="nr_Nota_136245_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_160" id="ci_AlunoAvaliacao_136245_160" value="" type="hidden">
                <input name="nr_Nota_136245_160" id="nr_Nota_136245_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_530" id="ci_AlunoAvaliacao_136245_530" value="" type="hidden">
                <input name="nr_Nota_136245_530" id="nr_Nota_136245_530" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_780" id="ci_AlunoAvaliacao_136245_780" value="" type="hidden">
                <input name="nr_Nota_136245_780" id="nr_Nota_136245_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_800" id="ci_AlunoAvaliacao_136245_800" value="" type="hidden">
                <input name="nr_Nota_136245_800" id="nr_Nota_136245_800" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_890" id="ci_AlunoAvaliacao_136245_890" value="" type="hidden">
                <input name="nr_Nota_136245_890" id="nr_Nota_136245_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_970" id="ci_AlunoAvaliacao_136245_970" value="" type="hidden">
                <input name="nr_Nota_136245_970" id="nr_Nota_136245_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_3330" id="ci_AlunoAvaliacao_136245_3330" value="" type="hidden">
                <input name="nr_Nota_136245_3330" id="nr_Nota_136245_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_1130" id="ci_AlunoAvaliacao_136245_1130" value="" type="hidden">
                <input name="nr_Nota_136245_1130" id="nr_Nota_136245_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_1140" id="ci_AlunoAvaliacao_136245_1140" value="" type="hidden">
                <input name="nr_Nota_136245_1140" id="nr_Nota_136245_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_1200" id="ci_AlunoAvaliacao_136245_1200" value="" type="hidden">
                <input name="nr_Nota_136245_1200" id="nr_Nota_136245_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_1620" id="ci_AlunoAvaliacao_136245_1620" value="" type="hidden">
                <input name="nr_Nota_136245_1620" id="nr_Nota_136245_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136245_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136245_1730" id="ci_AlunoAvaliacao_136245_1730" value="" type="hidden">
                <input name="nr_Nota_136245_1730" id="nr_Nota_136245_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;331644&nbsp;JEAN DOUGLAS DE AZEVEDO COSTA
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="331644" type="hidden"></td>
            
            <td id="colunaNotaAluno_331644_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_154" id="ci_AlunoAvaliacao_331644_154" value="" type="hidden">
                <input name="nr_Nota_331644_154" id="nr_Nota_331644_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_160" id="ci_AlunoAvaliacao_331644_160" value="" type="hidden">
                <input name="nr_Nota_331644_160" id="nr_Nota_331644_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_530" id="ci_AlunoAvaliacao_331644_530" value="" type="hidden">
                <input name="nr_Nota_331644_530" id="nr_Nota_331644_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_780" id="ci_AlunoAvaliacao_331644_780" value="" type="hidden">
                <input name="nr_Nota_331644_780" id="nr_Nota_331644_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_800" id="ci_AlunoAvaliacao_331644_800" value="" type="hidden">
                <input name="nr_Nota_331644_800" id="nr_Nota_331644_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_890" id="ci_AlunoAvaliacao_331644_890" value="" type="hidden">
                <input name="nr_Nota_331644_890" id="nr_Nota_331644_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_970" id="ci_AlunoAvaliacao_331644_970" value="" type="hidden">
                <input name="nr_Nota_331644_970" id="nr_Nota_331644_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_3330" id="ci_AlunoAvaliacao_331644_3330" value="" type="hidden">
                <input name="nr_Nota_331644_3330" id="nr_Nota_331644_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_1130" id="ci_AlunoAvaliacao_331644_1130" value="" type="hidden">
                <input name="nr_Nota_331644_1130" id="nr_Nota_331644_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_1140" id="ci_AlunoAvaliacao_331644_1140" value="" type="hidden">
                <input name="nr_Nota_331644_1140" id="nr_Nota_331644_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_1200" id="ci_AlunoAvaliacao_331644_1200" value="" type="hidden">
                <input name="nr_Nota_331644_1200" id="nr_Nota_331644_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_1620" id="ci_AlunoAvaliacao_331644_1620" value="" type="hidden">
                <input name="nr_Nota_331644_1620" id="nr_Nota_331644_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_331644_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_331644_1730" id="ci_AlunoAvaliacao_331644_1730" value="" type="hidden">
                <input name="nr_Nota_331644_1730" id="nr_Nota_331644_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;880388&nbsp;JOHNATAN PEREIRA DA SILVA
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="880388" type="hidden"></td>
            
            <td id="colunaNotaAluno_880388_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_154" id="ci_AlunoAvaliacao_880388_154" value="" type="hidden">
                <input name="nr_Nota_880388_154" id="nr_Nota_880388_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_160" id="ci_AlunoAvaliacao_880388_160" value="" type="hidden">
                <input name="nr_Nota_880388_160" id="nr_Nota_880388_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_530" id="ci_AlunoAvaliacao_880388_530" value="" type="hidden">
                <input name="nr_Nota_880388_530" id="nr_Nota_880388_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_780" id="ci_AlunoAvaliacao_880388_780" value="" type="hidden">
                <input name="nr_Nota_880388_780" id="nr_Nota_880388_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_800" id="ci_AlunoAvaliacao_880388_800" value="" type="hidden">
                <input name="nr_Nota_880388_800" id="nr_Nota_880388_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_890" id="ci_AlunoAvaliacao_880388_890" value="" type="hidden">
                <input name="nr_Nota_880388_890" id="nr_Nota_880388_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_970" id="ci_AlunoAvaliacao_880388_970" value="" type="hidden">
                <input name="nr_Nota_880388_970" id="nr_Nota_880388_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_3330" id="ci_AlunoAvaliacao_880388_3330" value="" type="hidden">
                <input name="nr_Nota_880388_3330" id="nr_Nota_880388_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_1130" id="ci_AlunoAvaliacao_880388_1130" value="" type="hidden">
                <input name="nr_Nota_880388_1130" id="nr_Nota_880388_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_1140" id="ci_AlunoAvaliacao_880388_1140" value="" type="hidden">
                <input name="nr_Nota_880388_1140" id="nr_Nota_880388_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_1200" id="ci_AlunoAvaliacao_880388_1200" value="" type="hidden">
                <input name="nr_Nota_880388_1200" id="nr_Nota_880388_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_1620" id="ci_AlunoAvaliacao_880388_1620" value="" type="hidden">
                <input name="nr_Nota_880388_1620" id="nr_Nota_880388_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_880388_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_880388_1730" id="ci_AlunoAvaliacao_880388_1730" value="" type="hidden">
                <input name="nr_Nota_880388_1730" id="nr_Nota_880388_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;930291&nbsp;LUCAS CARLOS DE OLIVEIRA SANTOS
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="930291" type="hidden"></td>
            
            <td id="colunaNotaAluno_930291_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_154" id="ci_AlunoAvaliacao_930291_154" value="" type="hidden">
                <input name="nr_Nota_930291_154" id="nr_Nota_930291_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_160" id="ci_AlunoAvaliacao_930291_160" value="" type="hidden">
                <input name="nr_Nota_930291_160" id="nr_Nota_930291_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_530" id="ci_AlunoAvaliacao_930291_530" value="" type="hidden">
                <input name="nr_Nota_930291_530" id="nr_Nota_930291_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_780" id="ci_AlunoAvaliacao_930291_780" value="" type="hidden">
                <input name="nr_Nota_930291_780" id="nr_Nota_930291_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_800" id="ci_AlunoAvaliacao_930291_800" value="" type="hidden">
                <input name="nr_Nota_930291_800" id="nr_Nota_930291_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_890" id="ci_AlunoAvaliacao_930291_890" value="" type="hidden">
                <input name="nr_Nota_930291_890" id="nr_Nota_930291_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_970" id="ci_AlunoAvaliacao_930291_970" value="" type="hidden">
                <input name="nr_Nota_930291_970" id="nr_Nota_930291_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_3330" id="ci_AlunoAvaliacao_930291_3330" value="" type="hidden">
                <input name="nr_Nota_930291_3330" id="nr_Nota_930291_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_1130" id="ci_AlunoAvaliacao_930291_1130" value="" type="hidden">
                <input name="nr_Nota_930291_1130" id="nr_Nota_930291_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_1140" id="ci_AlunoAvaliacao_930291_1140" value="" type="hidden">
                <input name="nr_Nota_930291_1140" id="nr_Nota_930291_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_1200" id="ci_AlunoAvaliacao_930291_1200" value="" type="hidden">
                <input name="nr_Nota_930291_1200" id="nr_Nota_930291_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_1620" id="ci_AlunoAvaliacao_930291_1620" value="" type="hidden">
                <input name="nr_Nota_930291_1620" id="nr_Nota_930291_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930291_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930291_1730" id="ci_AlunoAvaliacao_930291_1730" value="" type="hidden">
                <input name="nr_Nota_930291_1730" id="nr_Nota_930291_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;477410&nbsp;KAUAM SILVA MARTINS
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="477410" type="hidden"></td>
            
            <td id="colunaNotaAluno_477410_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_154" id="ci_AlunoAvaliacao_477410_154" value="" type="hidden">
                <input name="nr_Nota_477410_154" id="nr_Nota_477410_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_160" id="ci_AlunoAvaliacao_477410_160" value="" type="hidden">
                <input name="nr_Nota_477410_160" id="nr_Nota_477410_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_530" id="ci_AlunoAvaliacao_477410_530" value="" type="hidden">
                <input name="nr_Nota_477410_530" id="nr_Nota_477410_530" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_780" id="ci_AlunoAvaliacao_477410_780" value="" type="hidden">
                <input name="nr_Nota_477410_780" id="nr_Nota_477410_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_800" id="ci_AlunoAvaliacao_477410_800" value="" type="hidden">
                <input name="nr_Nota_477410_800" id="nr_Nota_477410_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_890" id="ci_AlunoAvaliacao_477410_890" value="" type="hidden">
                <input name="nr_Nota_477410_890" id="nr_Nota_477410_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_970" id="ci_AlunoAvaliacao_477410_970" value="" type="hidden">
                <input name="nr_Nota_477410_970" id="nr_Nota_477410_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_3330" id="ci_AlunoAvaliacao_477410_3330" value="" type="hidden">
                <input name="nr_Nota_477410_3330" id="nr_Nota_477410_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_1130" id="ci_AlunoAvaliacao_477410_1130" value="" type="hidden">
                <input name="nr_Nota_477410_1130" id="nr_Nota_477410_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_1140" id="ci_AlunoAvaliacao_477410_1140" value="" type="hidden">
                <input name="nr_Nota_477410_1140" id="nr_Nota_477410_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_1200" id="ci_AlunoAvaliacao_477410_1200" value="" type="hidden">
                <input name="nr_Nota_477410_1200" id="nr_Nota_477410_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_1620" id="ci_AlunoAvaliacao_477410_1620" value="" type="hidden">
                <input name="nr_Nota_477410_1620" id="nr_Nota_477410_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_477410_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_477410_1730" id="ci_AlunoAvaliacao_477410_1730" value="" type="hidden">
                <input name="nr_Nota_477410_1730" id="nr_Nota_477410_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1197517&nbsp;LARYSSA INGRID ALMEIDA DA SILVA
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="1197517" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197517_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_154" id="ci_AlunoAvaliacao_1197517_154" value="" type="hidden">
                <input name="nr_Nota_1197517_154" id="nr_Nota_1197517_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_160" id="ci_AlunoAvaliacao_1197517_160" value="" type="hidden">
                <input name="nr_Nota_1197517_160" id="nr_Nota_1197517_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_530" id="ci_AlunoAvaliacao_1197517_530" value="" type="hidden">
                <input name="nr_Nota_1197517_530" id="nr_Nota_1197517_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_780" id="ci_AlunoAvaliacao_1197517_780" value="" type="hidden">
                <input name="nr_Nota_1197517_780" id="nr_Nota_1197517_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_800" id="ci_AlunoAvaliacao_1197517_800" value="" type="hidden">
                <input name="nr_Nota_1197517_800" id="nr_Nota_1197517_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_890" id="ci_AlunoAvaliacao_1197517_890" value="" type="hidden">
                <input name="nr_Nota_1197517_890" id="nr_Nota_1197517_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_970" id="ci_AlunoAvaliacao_1197517_970" value="" type="hidden">
                <input name="nr_Nota_1197517_970" id="nr_Nota_1197517_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_3330" id="ci_AlunoAvaliacao_1197517_3330" value="" type="hidden">
                <input name="nr_Nota_1197517_3330" id="nr_Nota_1197517_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_1130" id="ci_AlunoAvaliacao_1197517_1130" value="" type="hidden">
                <input name="nr_Nota_1197517_1130" id="nr_Nota_1197517_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_1140" id="ci_AlunoAvaliacao_1197517_1140" value="" type="hidden">
                <input name="nr_Nota_1197517_1140" id="nr_Nota_1197517_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_1200" id="ci_AlunoAvaliacao_1197517_1200" value="" type="hidden">
                <input name="nr_Nota_1197517_1200" id="nr_Nota_1197517_1200" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_1620" id="ci_AlunoAvaliacao_1197517_1620" value="" type="hidden">
                <input name="nr_Nota_1197517_1620" id="nr_Nota_1197517_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197517_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197517_1730" id="ci_AlunoAvaliacao_1197517_1730" value="" type="hidden">
                <input name="nr_Nota_1197517_1730" id="nr_Nota_1197517_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;135054&nbsp;LUIS SILVA CAVALCANTE
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="135054" type="hidden"></td>
            
            <td id="colunaNotaAluno_135054_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_154" id="ci_AlunoAvaliacao_135054_154" value="" type="hidden">
                <input name="nr_Nota_135054_154" id="nr_Nota_135054_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_160" id="ci_AlunoAvaliacao_135054_160" value="" type="hidden">
                <input name="nr_Nota_135054_160" id="nr_Nota_135054_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_530" id="ci_AlunoAvaliacao_135054_530" value="" type="hidden">
                <input name="nr_Nota_135054_530" id="nr_Nota_135054_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_780" id="ci_AlunoAvaliacao_135054_780" value="" type="hidden">
                <input name="nr_Nota_135054_780" id="nr_Nota_135054_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_800" id="ci_AlunoAvaliacao_135054_800" value="" type="hidden">
                <input name="nr_Nota_135054_800" id="nr_Nota_135054_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_890" id="ci_AlunoAvaliacao_135054_890" value="" type="hidden">
                <input name="nr_Nota_135054_890" id="nr_Nota_135054_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_970" id="ci_AlunoAvaliacao_135054_970" value="" type="hidden">
                <input name="nr_Nota_135054_970" id="nr_Nota_135054_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_3330" id="ci_AlunoAvaliacao_135054_3330" value="" type="hidden">
                <input name="nr_Nota_135054_3330" id="nr_Nota_135054_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_1130" id="ci_AlunoAvaliacao_135054_1130" value="" type="hidden">
                <input name="nr_Nota_135054_1130" id="nr_Nota_135054_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_1140" id="ci_AlunoAvaliacao_135054_1140" value="" type="hidden">
                <input name="nr_Nota_135054_1140" id="nr_Nota_135054_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_1200" id="ci_AlunoAvaliacao_135054_1200" value="" type="hidden">
                <input name="nr_Nota_135054_1200" id="nr_Nota_135054_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_1620" id="ci_AlunoAvaliacao_135054_1620" value="" type="hidden">
                <input name="nr_Nota_135054_1620" id="nr_Nota_135054_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135054_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135054_1730" id="ci_AlunoAvaliacao_135054_1730" value="" type="hidden">
                <input name="nr_Nota_135054_1730" id="nr_Nota_135054_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1020898&nbsp;MACARIO CARLOS GOMES
              <input id="cd_Aluno_28" name="cd_Aluno_28" value="1020898" type="hidden"></td>
            
            <td id="colunaNotaAluno_1020898_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_154" id="ci_AlunoAvaliacao_1020898_154" value="" type="hidden">
                <input name="nr_Nota_1020898_154" id="nr_Nota_1020898_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_160" id="ci_AlunoAvaliacao_1020898_160" value="" type="hidden">
                <input name="nr_Nota_1020898_160" id="nr_Nota_1020898_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_530" id="ci_AlunoAvaliacao_1020898_530" value="" type="hidden">
                <input name="nr_Nota_1020898_530" id="nr_Nota_1020898_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_780" id="ci_AlunoAvaliacao_1020898_780" value="" type="hidden">
                <input name="nr_Nota_1020898_780" id="nr_Nota_1020898_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_800" id="ci_AlunoAvaliacao_1020898_800" value="" type="hidden">
                <input name="nr_Nota_1020898_800" id="nr_Nota_1020898_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_890" id="ci_AlunoAvaliacao_1020898_890" value="" type="hidden">
                <input name="nr_Nota_1020898_890" id="nr_Nota_1020898_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_970" id="ci_AlunoAvaliacao_1020898_970" value="" type="hidden">
                <input name="nr_Nota_1020898_970" id="nr_Nota_1020898_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_3330" id="ci_AlunoAvaliacao_1020898_3330" value="" type="hidden">
                <input name="nr_Nota_1020898_3330" id="nr_Nota_1020898_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_1130" id="ci_AlunoAvaliacao_1020898_1130" value="" type="hidden">
                <input name="nr_Nota_1020898_1130" id="nr_Nota_1020898_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_1140" id="ci_AlunoAvaliacao_1020898_1140" value="" type="hidden">
                <input name="nr_Nota_1020898_1140" id="nr_Nota_1020898_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_1200" id="ci_AlunoAvaliacao_1020898_1200" value="" type="hidden">
                <input name="nr_Nota_1020898_1200" id="nr_Nota_1020898_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_1620" id="ci_AlunoAvaliacao_1020898_1620" value="" type="hidden">
                <input name="nr_Nota_1020898_1620" id="nr_Nota_1020898_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1020898_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1020898_1730" id="ci_AlunoAvaliacao_1020898_1730" value="" type="hidden">
                <input name="nr_Nota_1020898_1730" id="nr_Nota_1020898_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;797872&nbsp;MARIA DANIELE ALVES ROCHA
              <input id="cd_Aluno_29" name="cd_Aluno_29" value="797872" type="hidden"></td>
            
            <td id="colunaNotaAluno_797872_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_154" id="ci_AlunoAvaliacao_797872_154" value="" type="hidden">
                <input name="nr_Nota_797872_154" id="nr_Nota_797872_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_160" id="ci_AlunoAvaliacao_797872_160" value="" type="hidden">
                <input name="nr_Nota_797872_160" id="nr_Nota_797872_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_530" id="ci_AlunoAvaliacao_797872_530" value="" type="hidden">
                <input name="nr_Nota_797872_530" id="nr_Nota_797872_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_780" id="ci_AlunoAvaliacao_797872_780" value="" type="hidden">
                <input name="nr_Nota_797872_780" id="nr_Nota_797872_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_800" id="ci_AlunoAvaliacao_797872_800" value="" type="hidden">
                <input name="nr_Nota_797872_800" id="nr_Nota_797872_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_890" id="ci_AlunoAvaliacao_797872_890" value="" type="hidden">
                <input name="nr_Nota_797872_890" id="nr_Nota_797872_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_970" id="ci_AlunoAvaliacao_797872_970" value="" type="hidden">
                <input name="nr_Nota_797872_970" id="nr_Nota_797872_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_3330" id="ci_AlunoAvaliacao_797872_3330" value="" type="hidden">
                <input name="nr_Nota_797872_3330" id="nr_Nota_797872_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_1130" id="ci_AlunoAvaliacao_797872_1130" value="" type="hidden">
                <input name="nr_Nota_797872_1130" id="nr_Nota_797872_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_1140" id="ci_AlunoAvaliacao_797872_1140" value="" type="hidden">
                <input name="nr_Nota_797872_1140" id="nr_Nota_797872_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_1200" id="ci_AlunoAvaliacao_797872_1200" value="" type="hidden">
                <input name="nr_Nota_797872_1200" id="nr_Nota_797872_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_1620" id="ci_AlunoAvaliacao_797872_1620" value="" type="hidden">
                <input name="nr_Nota_797872_1620" id="nr_Nota_797872_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_797872_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_797872_1730" id="ci_AlunoAvaliacao_797872_1730" value="" type="hidden">
                <input name="nr_Nota_797872_1730" id="nr_Nota_797872_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;688165&nbsp;MARIA REGILANIA LAURIANO DE MORAIS
              <input id="cd_Aluno_30" name="cd_Aluno_30" value="688165" type="hidden"></td>
            
            <td id="colunaNotaAluno_688165_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_154" id="ci_AlunoAvaliacao_688165_154" value="" type="hidden">
                <input name="nr_Nota_688165_154" id="nr_Nota_688165_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_160" id="ci_AlunoAvaliacao_688165_160" value="" type="hidden">
                <input name="nr_Nota_688165_160" id="nr_Nota_688165_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_530" id="ci_AlunoAvaliacao_688165_530" value="" type="hidden">
                <input name="nr_Nota_688165_530" id="nr_Nota_688165_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_780" id="ci_AlunoAvaliacao_688165_780" value="" type="hidden">
                <input name="nr_Nota_688165_780" id="nr_Nota_688165_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_800" id="ci_AlunoAvaliacao_688165_800" value="" type="hidden">
                <input name="nr_Nota_688165_800" id="nr_Nota_688165_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_890" id="ci_AlunoAvaliacao_688165_890" value="" type="hidden">
                <input name="nr_Nota_688165_890" id="nr_Nota_688165_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_970" id="ci_AlunoAvaliacao_688165_970" value="" type="hidden">
                <input name="nr_Nota_688165_970" id="nr_Nota_688165_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_3330" id="ci_AlunoAvaliacao_688165_3330" value="" type="hidden">
                <input name="nr_Nota_688165_3330" id="nr_Nota_688165_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_1130" id="ci_AlunoAvaliacao_688165_1130" value="" type="hidden">
                <input name="nr_Nota_688165_1130" id="nr_Nota_688165_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_1140" id="ci_AlunoAvaliacao_688165_1140" value="" type="hidden">
                <input name="nr_Nota_688165_1140" id="nr_Nota_688165_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_1200" id="ci_AlunoAvaliacao_688165_1200" value="" type="hidden">
                <input name="nr_Nota_688165_1200" id="nr_Nota_688165_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_1620" id="ci_AlunoAvaliacao_688165_1620" value="" type="hidden">
                <input name="nr_Nota_688165_1620" id="nr_Nota_688165_1620" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_688165_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_688165_1730" id="ci_AlunoAvaliacao_688165_1730" value="" type="hidden">
                <input name="nr_Nota_688165_1730" id="nr_Nota_688165_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;459890&nbsp;MARIA SUELY DE SOUZA
              <input id="cd_Aluno_31" name="cd_Aluno_31" value="459890" type="hidden"></td>
            
            <td id="colunaNotaAluno_459890_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_154" id="ci_AlunoAvaliacao_459890_154" value="" type="hidden">
                <input name="nr_Nota_459890_154" id="nr_Nota_459890_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_160" id="ci_AlunoAvaliacao_459890_160" value="" type="hidden">
                <input name="nr_Nota_459890_160" id="nr_Nota_459890_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_530" id="ci_AlunoAvaliacao_459890_530" value="" type="hidden">
                <input name="nr_Nota_459890_530" id="nr_Nota_459890_530" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_780" id="ci_AlunoAvaliacao_459890_780" value="" type="hidden">
                <input name="nr_Nota_459890_780" id="nr_Nota_459890_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_800" id="ci_AlunoAvaliacao_459890_800" value="" type="hidden">
                <input name="nr_Nota_459890_800" id="nr_Nota_459890_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_890" id="ci_AlunoAvaliacao_459890_890" value="" type="hidden">
                <input name="nr_Nota_459890_890" id="nr_Nota_459890_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_970" id="ci_AlunoAvaliacao_459890_970" value="" type="hidden">
                <input name="nr_Nota_459890_970" id="nr_Nota_459890_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_3330" id="ci_AlunoAvaliacao_459890_3330" value="" type="hidden">
                <input name="nr_Nota_459890_3330" id="nr_Nota_459890_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_1130" id="ci_AlunoAvaliacao_459890_1130" value="" type="hidden">
                <input name="nr_Nota_459890_1130" id="nr_Nota_459890_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_1140" id="ci_AlunoAvaliacao_459890_1140" value="" type="hidden">
                <input name="nr_Nota_459890_1140" id="nr_Nota_459890_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_1200" id="ci_AlunoAvaliacao_459890_1200" value="" type="hidden">
                <input name="nr_Nota_459890_1200" id="nr_Nota_459890_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_1620" id="ci_AlunoAvaliacao_459890_1620" value="" type="hidden">
                <input name="nr_Nota_459890_1620" id="nr_Nota_459890_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459890_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459890_1730" id="ci_AlunoAvaliacao_459890_1730" value="" type="hidden">
                <input name="nr_Nota_459890_1730" id="nr_Nota_459890_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1305657&nbsp;MARILENA DA CONCEICAO COSTA
              <input id="cd_Aluno_32" name="cd_Aluno_32" value="1305657" type="hidden"></td>
            
            <td id="colunaNotaAluno_1305657_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_154" id="ci_AlunoAvaliacao_1305657_154" value="" type="hidden">
                <input name="nr_Nota_1305657_154" id="nr_Nota_1305657_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_160" id="ci_AlunoAvaliacao_1305657_160" value="" type="hidden">
                <input name="nr_Nota_1305657_160" id="nr_Nota_1305657_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_530" id="ci_AlunoAvaliacao_1305657_530" value="" type="hidden">
                <input name="nr_Nota_1305657_530" id="nr_Nota_1305657_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_780" id="ci_AlunoAvaliacao_1305657_780" value="" type="hidden">
                <input name="nr_Nota_1305657_780" id="nr_Nota_1305657_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_800" id="ci_AlunoAvaliacao_1305657_800" value="" type="hidden">
                <input name="nr_Nota_1305657_800" id="nr_Nota_1305657_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_890" id="ci_AlunoAvaliacao_1305657_890" value="" type="hidden">
                <input name="nr_Nota_1305657_890" id="nr_Nota_1305657_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_970" id="ci_AlunoAvaliacao_1305657_970" value="" type="hidden">
                <input name="nr_Nota_1305657_970" id="nr_Nota_1305657_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_3330" id="ci_AlunoAvaliacao_1305657_3330" value="" type="hidden">
                <input name="nr_Nota_1305657_3330" id="nr_Nota_1305657_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_1130" id="ci_AlunoAvaliacao_1305657_1130" value="" type="hidden">
                <input name="nr_Nota_1305657_1130" id="nr_Nota_1305657_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_1140" id="ci_AlunoAvaliacao_1305657_1140" value="" type="hidden">
                <input name="nr_Nota_1305657_1140" id="nr_Nota_1305657_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_1200" id="ci_AlunoAvaliacao_1305657_1200" value="" type="hidden">
                <input name="nr_Nota_1305657_1200" id="nr_Nota_1305657_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_1620" id="ci_AlunoAvaliacao_1305657_1620" value="" type="hidden">
                <input name="nr_Nota_1305657_1620" id="nr_Nota_1305657_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1305657_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1305657_1730" id="ci_AlunoAvaliacao_1305657_1730" value="" type="hidden">
                <input name="nr_Nota_1305657_1730" id="nr_Nota_1305657_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;549674&nbsp;NAYARA GOMES DA SILVA ALMEIDA
              <input id="cd_Aluno_33" name="cd_Aluno_33" value="549674" type="hidden"></td>
            
            <td id="colunaNotaAluno_549674_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_154" id="ci_AlunoAvaliacao_549674_154" value="" type="hidden">
                <input name="nr_Nota_549674_154" id="nr_Nota_549674_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_160" id="ci_AlunoAvaliacao_549674_160" value="" type="hidden">
                <input name="nr_Nota_549674_160" id="nr_Nota_549674_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_530" id="ci_AlunoAvaliacao_549674_530" value="" type="hidden">
                <input name="nr_Nota_549674_530" id="nr_Nota_549674_530" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_780" id="ci_AlunoAvaliacao_549674_780" value="" type="hidden">
                <input name="nr_Nota_549674_780" id="nr_Nota_549674_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_800" id="ci_AlunoAvaliacao_549674_800" value="" type="hidden">
                <input name="nr_Nota_549674_800" id="nr_Nota_549674_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_890" id="ci_AlunoAvaliacao_549674_890" value="" type="hidden">
                <input name="nr_Nota_549674_890" id="nr_Nota_549674_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_970" id="ci_AlunoAvaliacao_549674_970" value="" type="hidden">
                <input name="nr_Nota_549674_970" id="nr_Nota_549674_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_3330" id="ci_AlunoAvaliacao_549674_3330" value="" type="hidden">
                <input name="nr_Nota_549674_3330" id="nr_Nota_549674_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_1130" id="ci_AlunoAvaliacao_549674_1130" value="" type="hidden">
                <input name="nr_Nota_549674_1130" id="nr_Nota_549674_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_1140" id="ci_AlunoAvaliacao_549674_1140" value="" type="hidden">
                <input name="nr_Nota_549674_1140" id="nr_Nota_549674_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_1200" id="ci_AlunoAvaliacao_549674_1200" value="" type="hidden">
                <input name="nr_Nota_549674_1200" id="nr_Nota_549674_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_1620" id="ci_AlunoAvaliacao_549674_1620" value="" type="hidden">
                <input name="nr_Nota_549674_1620" id="nr_Nota_549674_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_549674_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_549674_1730" id="ci_AlunoAvaliacao_549674_1730" value="" type="hidden">
                <input name="nr_Nota_549674_1730" id="nr_Nota_549674_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;103944&nbsp;PAMELLA ALMEIDA DE BRITO
              <input id="cd_Aluno_34" name="cd_Aluno_34" value="103944" type="hidden"></td>
            
            <td id="colunaNotaAluno_103944_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_154" id="ci_AlunoAvaliacao_103944_154" value="" type="hidden">
                <input name="nr_Nota_103944_154" id="nr_Nota_103944_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_160" id="ci_AlunoAvaliacao_103944_160" value="" type="hidden">
                <input name="nr_Nota_103944_160" id="nr_Nota_103944_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_530" id="ci_AlunoAvaliacao_103944_530" value="" type="hidden">
                <input name="nr_Nota_103944_530" id="nr_Nota_103944_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_780" id="ci_AlunoAvaliacao_103944_780" value="" type="hidden">
                <input name="nr_Nota_103944_780" id="nr_Nota_103944_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_800" id="ci_AlunoAvaliacao_103944_800" value="" type="hidden">
                <input name="nr_Nota_103944_800" id="nr_Nota_103944_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_890" id="ci_AlunoAvaliacao_103944_890" value="" type="hidden">
                <input name="nr_Nota_103944_890" id="nr_Nota_103944_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_970" id="ci_AlunoAvaliacao_103944_970" value="" type="hidden">
                <input name="nr_Nota_103944_970" id="nr_Nota_103944_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_3330" id="ci_AlunoAvaliacao_103944_3330" value="" type="hidden">
                <input name="nr_Nota_103944_3330" id="nr_Nota_103944_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_1130" id="ci_AlunoAvaliacao_103944_1130" value="" type="hidden">
                <input name="nr_Nota_103944_1130" id="nr_Nota_103944_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_1140" id="ci_AlunoAvaliacao_103944_1140" value="" type="hidden">
                <input name="nr_Nota_103944_1140" id="nr_Nota_103944_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_1200" id="ci_AlunoAvaliacao_103944_1200" value="" type="hidden">
                <input name="nr_Nota_103944_1200" id="nr_Nota_103944_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_1620" id="ci_AlunoAvaliacao_103944_1620" value="" type="hidden">
                <input name="nr_Nota_103944_1620" id="nr_Nota_103944_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_103944_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_103944_1730" id="ci_AlunoAvaliacao_103944_1730" value="" type="hidden">
                <input name="nr_Nota_103944_1730" id="nr_Nota_103944_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1230537&nbsp;RENATO OLIVEIRA DE GOIS
              <input id="cd_Aluno_35" name="cd_Aluno_35" value="1230537" type="hidden"></td>
            
            <td id="colunaNotaAluno_1230537_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_154" id="ci_AlunoAvaliacao_1230537_154" value="" type="hidden">
                <input name="nr_Nota_1230537_154" id="nr_Nota_1230537_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_160" id="ci_AlunoAvaliacao_1230537_160" value="" type="hidden">
                <input name="nr_Nota_1230537_160" id="nr_Nota_1230537_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_530" id="ci_AlunoAvaliacao_1230537_530" value="" type="hidden">
                <input name="nr_Nota_1230537_530" id="nr_Nota_1230537_530" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_780" id="ci_AlunoAvaliacao_1230537_780" value="" type="hidden">
                <input name="nr_Nota_1230537_780" id="nr_Nota_1230537_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_800" id="ci_AlunoAvaliacao_1230537_800" value="" type="hidden">
                <input name="nr_Nota_1230537_800" id="nr_Nota_1230537_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_890" id="ci_AlunoAvaliacao_1230537_890" value="" type="hidden">
                <input name="nr_Nota_1230537_890" id="nr_Nota_1230537_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_970" id="ci_AlunoAvaliacao_1230537_970" value="" type="hidden">
                <input name="nr_Nota_1230537_970" id="nr_Nota_1230537_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_3330" id="ci_AlunoAvaliacao_1230537_3330" value="" type="hidden">
                <input name="nr_Nota_1230537_3330" id="nr_Nota_1230537_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_1130" id="ci_AlunoAvaliacao_1230537_1130" value="" type="hidden">
                <input name="nr_Nota_1230537_1130" id="nr_Nota_1230537_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_1140" id="ci_AlunoAvaliacao_1230537_1140" value="" type="hidden">
                <input name="nr_Nota_1230537_1140" id="nr_Nota_1230537_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_1200" id="ci_AlunoAvaliacao_1230537_1200" value="" type="hidden">
                <input name="nr_Nota_1230537_1200" id="nr_Nota_1230537_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_1620" id="ci_AlunoAvaliacao_1230537_1620" value="" type="hidden">
                <input name="nr_Nota_1230537_1620" id="nr_Nota_1230537_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230537_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230537_1730" id="ci_AlunoAvaliacao_1230537_1730" value="" type="hidden">
                <input name="nr_Nota_1230537_1730" id="nr_Nota_1230537_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1294020&nbsp;SAMIRA DA COSTA SILVA
              <input id="cd_Aluno_36" name="cd_Aluno_36" value="1294020" type="hidden"></td>
            
            <td id="colunaNotaAluno_1294020_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_154" id="ci_AlunoAvaliacao_1294020_154" value="" type="hidden">
                <input name="nr_Nota_1294020_154" id="nr_Nota_1294020_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_160" id="ci_AlunoAvaliacao_1294020_160" value="" type="hidden">
                <input name="nr_Nota_1294020_160" id="nr_Nota_1294020_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_530" id="ci_AlunoAvaliacao_1294020_530" value="" type="hidden">
                <input name="nr_Nota_1294020_530" id="nr_Nota_1294020_530" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_780" id="ci_AlunoAvaliacao_1294020_780" value="" type="hidden">
                <input name="nr_Nota_1294020_780" id="nr_Nota_1294020_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_800" id="ci_AlunoAvaliacao_1294020_800" value="" type="hidden">
                <input name="nr_Nota_1294020_800" id="nr_Nota_1294020_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_890" id="ci_AlunoAvaliacao_1294020_890" value="" type="hidden">
                <input name="nr_Nota_1294020_890" id="nr_Nota_1294020_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_970" id="ci_AlunoAvaliacao_1294020_970" value="" type="hidden">
                <input name="nr_Nota_1294020_970" id="nr_Nota_1294020_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_3330" id="ci_AlunoAvaliacao_1294020_3330" value="" type="hidden">
                <input name="nr_Nota_1294020_3330" id="nr_Nota_1294020_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_1130" id="ci_AlunoAvaliacao_1294020_1130" value="" type="hidden">
                <input name="nr_Nota_1294020_1130" id="nr_Nota_1294020_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_1140" id="ci_AlunoAvaliacao_1294020_1140" value="" type="hidden">
                <input name="nr_Nota_1294020_1140" id="nr_Nota_1294020_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_1200" id="ci_AlunoAvaliacao_1294020_1200" value="" type="hidden">
                <input name="nr_Nota_1294020_1200" id="nr_Nota_1294020_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_1620" id="ci_AlunoAvaliacao_1294020_1620" value="" type="hidden">
                <input name="nr_Nota_1294020_1620" id="nr_Nota_1294020_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294020_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294020_1730" id="ci_AlunoAvaliacao_1294020_1730" value="" type="hidden">
                <input name="nr_Nota_1294020_1730" id="nr_Nota_1294020_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;87652&nbsp;TAMIRES BEATRIZ PIRES DE SOUZA
              <input id="cd_Aluno_37" name="cd_Aluno_37" value="87652" type="hidden"></td>
            
            <td id="colunaNotaAluno_87652_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_154" id="ci_AlunoAvaliacao_87652_154" value="" type="hidden">
                <input name="nr_Nota_87652_154" id="nr_Nota_87652_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_160" id="ci_AlunoAvaliacao_87652_160" value="" type="hidden">
                <input name="nr_Nota_87652_160" id="nr_Nota_87652_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_530" id="ci_AlunoAvaliacao_87652_530" value="" type="hidden">
                <input name="nr_Nota_87652_530" id="nr_Nota_87652_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_780" id="ci_AlunoAvaliacao_87652_780" value="" type="hidden">
                <input name="nr_Nota_87652_780" id="nr_Nota_87652_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_800" id="ci_AlunoAvaliacao_87652_800" value="" type="hidden">
                <input name="nr_Nota_87652_800" id="nr_Nota_87652_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_890" id="ci_AlunoAvaliacao_87652_890" value="" type="hidden">
                <input name="nr_Nota_87652_890" id="nr_Nota_87652_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_970" id="ci_AlunoAvaliacao_87652_970" value="" type="hidden">
                <input name="nr_Nota_87652_970" id="nr_Nota_87652_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_3330" id="ci_AlunoAvaliacao_87652_3330" value="" type="hidden">
                <input name="nr_Nota_87652_3330" id="nr_Nota_87652_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_1130" id="ci_AlunoAvaliacao_87652_1130" value="" type="hidden">
                <input name="nr_Nota_87652_1130" id="nr_Nota_87652_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_1140" id="ci_AlunoAvaliacao_87652_1140" value="" type="hidden">
                <input name="nr_Nota_87652_1140" id="nr_Nota_87652_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_1200" id="ci_AlunoAvaliacao_87652_1200" value="" type="hidden">
                <input name="nr_Nota_87652_1200" id="nr_Nota_87652_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_1620" id="ci_AlunoAvaliacao_87652_1620" value="" type="hidden">
                <input name="nr_Nota_87652_1620" id="nr_Nota_87652_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_87652_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_87652_1730" id="ci_AlunoAvaliacao_87652_1730" value="" type="hidden">
                <input name="nr_Nota_87652_1730" id="nr_Nota_87652_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1906915&nbsp;THAYGUER DA SILVA ARRUDA
              <input id="cd_Aluno_38" name="cd_Aluno_38" value="1906915" type="hidden"></td>
            
            <td id="colunaNotaAluno_1906915_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_154" id="ci_AlunoAvaliacao_1906915_154" value="" type="hidden">
                <input name="nr_Nota_1906915_154" id="nr_Nota_1906915_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_160" id="ci_AlunoAvaliacao_1906915_160" value="" type="hidden">
                <input name="nr_Nota_1906915_160" id="nr_Nota_1906915_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_530" id="ci_AlunoAvaliacao_1906915_530" value="" type="hidden">
                <input name="nr_Nota_1906915_530" id="nr_Nota_1906915_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_780" id="ci_AlunoAvaliacao_1906915_780" value="" type="hidden">
                <input name="nr_Nota_1906915_780" id="nr_Nota_1906915_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_800" id="ci_AlunoAvaliacao_1906915_800" value="" type="hidden">
                <input name="nr_Nota_1906915_800" id="nr_Nota_1906915_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_890" id="ci_AlunoAvaliacao_1906915_890" value="" type="hidden">
                <input name="nr_Nota_1906915_890" id="nr_Nota_1906915_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_970" id="ci_AlunoAvaliacao_1906915_970" value="" type="hidden">
                <input name="nr_Nota_1906915_970" id="nr_Nota_1906915_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_3330" id="ci_AlunoAvaliacao_1906915_3330" value="" type="hidden">
                <input name="nr_Nota_1906915_3330" id="nr_Nota_1906915_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_1130" id="ci_AlunoAvaliacao_1906915_1130" value="" type="hidden">
                <input name="nr_Nota_1906915_1130" id="nr_Nota_1906915_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_1140" id="ci_AlunoAvaliacao_1906915_1140" value="" type="hidden">
                <input name="nr_Nota_1906915_1140" id="nr_Nota_1906915_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_1200" id="ci_AlunoAvaliacao_1906915_1200" value="" type="hidden">
                <input name="nr_Nota_1906915_1200" id="nr_Nota_1906915_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_1620" id="ci_AlunoAvaliacao_1906915_1620" value="" type="hidden">
                <input name="nr_Nota_1906915_1620" id="nr_Nota_1906915_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1906915_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1906915_1730" id="ci_AlunoAvaliacao_1906915_1730" value="" type="hidden">
                <input name="nr_Nota_1906915_1730" id="nr_Nota_1906915_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;2690531&nbsp;TIAGO ANDERSON MUNIZ DE SOUSA
              <input id="cd_Aluno_39" name="cd_Aluno_39" value="2690531" type="hidden"></td>
            
            <td id="colunaNotaAluno_2690531_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_154" id="ci_AlunoAvaliacao_2690531_154" value="" type="hidden">
                <input name="nr_Nota_2690531_154" id="nr_Nota_2690531_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_160" id="ci_AlunoAvaliacao_2690531_160" value="" type="hidden">
                <input name="nr_Nota_2690531_160" id="nr_Nota_2690531_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_530" id="ci_AlunoAvaliacao_2690531_530" value="" type="hidden">
                <input name="nr_Nota_2690531_530" id="nr_Nota_2690531_530" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_780" id="ci_AlunoAvaliacao_2690531_780" value="" type="hidden">
                <input name="nr_Nota_2690531_780" id="nr_Nota_2690531_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_800" id="ci_AlunoAvaliacao_2690531_800" value="" type="hidden">
                <input name="nr_Nota_2690531_800" id="nr_Nota_2690531_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_890" id="ci_AlunoAvaliacao_2690531_890" value="" type="hidden">
                <input name="nr_Nota_2690531_890" id="nr_Nota_2690531_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_970" id="ci_AlunoAvaliacao_2690531_970" value="" type="hidden">
                <input name="nr_Nota_2690531_970" id="nr_Nota_2690531_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_3330" id="ci_AlunoAvaliacao_2690531_3330" value="" type="hidden">
                <input name="nr_Nota_2690531_3330" id="nr_Nota_2690531_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_1130" id="ci_AlunoAvaliacao_2690531_1130" value="" type="hidden">
                <input name="nr_Nota_2690531_1130" id="nr_Nota_2690531_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_1140" id="ci_AlunoAvaliacao_2690531_1140" value="" type="hidden">
                <input name="nr_Nota_2690531_1140" id="nr_Nota_2690531_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_1200" id="ci_AlunoAvaliacao_2690531_1200" value="" type="hidden">
                <input name="nr_Nota_2690531_1200" id="nr_Nota_2690531_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_1620" id="ci_AlunoAvaliacao_2690531_1620" value="" type="hidden">
                <input name="nr_Nota_2690531_1620" id="nr_Nota_2690531_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690531_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690531_1730" id="ci_AlunoAvaliacao_2690531_1730" value="" type="hidden">
                <input name="nr_Nota_2690531_1730" id="nr_Nota_2690531_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1290441&nbsp;VALDILENE FERREIRA MOURA
              <input id="cd_Aluno_40" name="cd_Aluno_40" value="1290441" type="hidden"></td>
            
            <td id="colunaNotaAluno_1290441_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_154" id="ci_AlunoAvaliacao_1290441_154" value="" type="hidden">
                <input name="nr_Nota_1290441_154" id="nr_Nota_1290441_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_160" id="ci_AlunoAvaliacao_1290441_160" value="" type="hidden">
                <input name="nr_Nota_1290441_160" id="nr_Nota_1290441_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_530" id="ci_AlunoAvaliacao_1290441_530" value="" type="hidden">
                <input name="nr_Nota_1290441_530" id="nr_Nota_1290441_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_780" id="ci_AlunoAvaliacao_1290441_780" value="" type="hidden">
                <input name="nr_Nota_1290441_780" id="nr_Nota_1290441_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_800" id="ci_AlunoAvaliacao_1290441_800" value="" type="hidden">
                <input name="nr_Nota_1290441_800" id="nr_Nota_1290441_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_890" id="ci_AlunoAvaliacao_1290441_890" value="" type="hidden">
                <input name="nr_Nota_1290441_890" id="nr_Nota_1290441_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_970" id="ci_AlunoAvaliacao_1290441_970" value="" type="hidden">
                <input name="nr_Nota_1290441_970" id="nr_Nota_1290441_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_3330" id="ci_AlunoAvaliacao_1290441_3330" value="" type="hidden">
                <input name="nr_Nota_1290441_3330" id="nr_Nota_1290441_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_1130" id="ci_AlunoAvaliacao_1290441_1130" value="" type="hidden">
                <input name="nr_Nota_1290441_1130" id="nr_Nota_1290441_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_1140" id="ci_AlunoAvaliacao_1290441_1140" value="" type="hidden">
                <input name="nr_Nota_1290441_1140" id="nr_Nota_1290441_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_1200" id="ci_AlunoAvaliacao_1290441_1200" value="" type="hidden">
                <input name="nr_Nota_1290441_1200" id="nr_Nota_1290441_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_1620" id="ci_AlunoAvaliacao_1290441_1620" value="" type="hidden">
                <input name="nr_Nota_1290441_1620" id="nr_Nota_1290441_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1290441_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1290441_1730" id="ci_AlunoAvaliacao_1290441_1730" value="" type="hidden">
                <input name="nr_Nota_1290441_1730" id="nr_Nota_1290441_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;2690543&nbsp;VINICIUS ALVES FREITAS
              <input id="cd_Aluno_41" name="cd_Aluno_41" value="2690543" type="hidden"></td>
            
            <td id="colunaNotaAluno_2690543_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_154" id="ci_AlunoAvaliacao_2690543_154" value="" type="hidden">
                <input name="nr_Nota_2690543_154" id="nr_Nota_2690543_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_160" id="ci_AlunoAvaliacao_2690543_160" value="" type="hidden">
                <input name="nr_Nota_2690543_160" id="nr_Nota_2690543_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_530" id="ci_AlunoAvaliacao_2690543_530" value="" type="hidden">
                <input name="nr_Nota_2690543_530" id="nr_Nota_2690543_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_780" id="ci_AlunoAvaliacao_2690543_780" value="" type="hidden">
                <input name="nr_Nota_2690543_780" id="nr_Nota_2690543_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_800" id="ci_AlunoAvaliacao_2690543_800" value="" type="hidden">
                <input name="nr_Nota_2690543_800" id="nr_Nota_2690543_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_890" id="ci_AlunoAvaliacao_2690543_890" value="" type="hidden">
                <input name="nr_Nota_2690543_890" id="nr_Nota_2690543_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_970" id="ci_AlunoAvaliacao_2690543_970" value="" type="hidden">
                <input name="nr_Nota_2690543_970" id="nr_Nota_2690543_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_3330" id="ci_AlunoAvaliacao_2690543_3330" value="" type="hidden">
                <input name="nr_Nota_2690543_3330" id="nr_Nota_2690543_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_1130" id="ci_AlunoAvaliacao_2690543_1130" value="" type="hidden">
                <input name="nr_Nota_2690543_1130" id="nr_Nota_2690543_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_1140" id="ci_AlunoAvaliacao_2690543_1140" value="" type="hidden">
                <input name="nr_Nota_2690543_1140" id="nr_Nota_2690543_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_1200" id="ci_AlunoAvaliacao_2690543_1200" value="" type="hidden">
                <input name="nr_Nota_2690543_1200" id="nr_Nota_2690543_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_1620" id="ci_AlunoAvaliacao_2690543_1620" value="" type="hidden">
                <input name="nr_Nota_2690543_1620" id="nr_Nota_2690543_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2690543_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2690543_1730" id="ci_AlunoAvaliacao_2690543_1730" value="" type="hidden">
                <input name="nr_Nota_2690543_1730" id="nr_Nota_2690543_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;370061&nbsp;WANDERSON FERREIRA DE ARAUJO
              <input id="cd_Aluno_42" name="cd_Aluno_42" value="370061" type="hidden"></td>
            
            <td id="colunaNotaAluno_370061_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_154" id="ci_AlunoAvaliacao_370061_154" value="" type="hidden">
                <input name="nr_Nota_370061_154" id="nr_Nota_370061_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_160" id="ci_AlunoAvaliacao_370061_160" value="" type="hidden">
                <input name="nr_Nota_370061_160" id="nr_Nota_370061_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_530" id="ci_AlunoAvaliacao_370061_530" value="" type="hidden">
                <input name="nr_Nota_370061_530" id="nr_Nota_370061_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_780" id="ci_AlunoAvaliacao_370061_780" value="" type="hidden">
                <input name="nr_Nota_370061_780" id="nr_Nota_370061_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_800" id="ci_AlunoAvaliacao_370061_800" value="" type="hidden">
                <input name="nr_Nota_370061_800" id="nr_Nota_370061_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_890" id="ci_AlunoAvaliacao_370061_890" value="" type="hidden">
                <input name="nr_Nota_370061_890" id="nr_Nota_370061_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_970" id="ci_AlunoAvaliacao_370061_970" value="" type="hidden">
                <input name="nr_Nota_370061_970" id="nr_Nota_370061_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_3330" id="ci_AlunoAvaliacao_370061_3330" value="" type="hidden">
                <input name="nr_Nota_370061_3330" id="nr_Nota_370061_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_1130" id="ci_AlunoAvaliacao_370061_1130" value="" type="hidden">
                <input name="nr_Nota_370061_1130" id="nr_Nota_370061_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_1140" id="ci_AlunoAvaliacao_370061_1140" value="" type="hidden">
                <input name="nr_Nota_370061_1140" id="nr_Nota_370061_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_1200" id="ci_AlunoAvaliacao_370061_1200" value="" type="hidden">
                <input name="nr_Nota_370061_1200" id="nr_Nota_370061_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_1620" id="ci_AlunoAvaliacao_370061_1620" value="" type="hidden">
                <input name="nr_Nota_370061_1620" id="nr_Nota_370061_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_370061_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_370061_1730" id="ci_AlunoAvaliacao_370061_1730" value="" type="hidden">
                <input name="nr_Nota_370061_1730" id="nr_Nota_370061_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1228322&nbsp;ISABELLE HERBSTER DUARTE DE LIMA
              <input id="cd_Aluno_43" name="cd_Aluno_43" value="1228322" type="hidden"></td>
            
            <td id="colunaNotaAluno_1228322_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_154" id="ci_AlunoAvaliacao_1228322_154" value="" type="hidden">
                <input name="nr_Nota_1228322_154" id="nr_Nota_1228322_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_160" id="ci_AlunoAvaliacao_1228322_160" value="" type="hidden">
                <input name="nr_Nota_1228322_160" id="nr_Nota_1228322_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_530" id="ci_AlunoAvaliacao_1228322_530" value="" type="hidden">
                <input name="nr_Nota_1228322_530" id="nr_Nota_1228322_530" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_780" id="ci_AlunoAvaliacao_1228322_780" value="" type="hidden">
                <input name="nr_Nota_1228322_780" id="nr_Nota_1228322_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_800" id="ci_AlunoAvaliacao_1228322_800" value="" type="hidden">
                <input name="nr_Nota_1228322_800" id="nr_Nota_1228322_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_890" id="ci_AlunoAvaliacao_1228322_890" value="" type="hidden">
                <input name="nr_Nota_1228322_890" id="nr_Nota_1228322_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_970" id="ci_AlunoAvaliacao_1228322_970" value="" type="hidden">
                <input name="nr_Nota_1228322_970" id="nr_Nota_1228322_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_3330" id="ci_AlunoAvaliacao_1228322_3330" value="" type="hidden">
                <input name="nr_Nota_1228322_3330" id="nr_Nota_1228322_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_1130" id="ci_AlunoAvaliacao_1228322_1130" value="" type="hidden">
                <input name="nr_Nota_1228322_1130" id="nr_Nota_1228322_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_1140" id="ci_AlunoAvaliacao_1228322_1140" value="" type="hidden">
                <input name="nr_Nota_1228322_1140" id="nr_Nota_1228322_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_1200" id="ci_AlunoAvaliacao_1228322_1200" value="" type="hidden">
                <input name="nr_Nota_1228322_1200" id="nr_Nota_1228322_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_1620" id="ci_AlunoAvaliacao_1228322_1620" value="" type="hidden">
                <input name="nr_Nota_1228322_1620" id="nr_Nota_1228322_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228322_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228322_1730" id="ci_AlunoAvaliacao_1228322_1730" value="" type="hidden">
                <input name="nr_Nota_1228322_1730" id="nr_Nota_1228322_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1228051&nbsp;PAULO ROBERTO CASTRO DE SOUSA
              <input id="cd_Aluno_44" name="cd_Aluno_44" value="1228051" type="hidden"></td>
            
            <td id="colunaNotaAluno_1228051_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_154" id="ci_AlunoAvaliacao_1228051_154" value="" type="hidden">
                <input name="nr_Nota_1228051_154" id="nr_Nota_1228051_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_160" id="ci_AlunoAvaliacao_1228051_160" value="" type="hidden">
                <input name="nr_Nota_1228051_160" id="nr_Nota_1228051_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_530" id="ci_AlunoAvaliacao_1228051_530" value="" type="hidden">
                <input name="nr_Nota_1228051_530" id="nr_Nota_1228051_530" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_780" id="ci_AlunoAvaliacao_1228051_780" value="" type="hidden">
                <input name="nr_Nota_1228051_780" id="nr_Nota_1228051_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_800" id="ci_AlunoAvaliacao_1228051_800" value="" type="hidden">
                <input name="nr_Nota_1228051_800" id="nr_Nota_1228051_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_890" id="ci_AlunoAvaliacao_1228051_890" value="" type="hidden">
                <input name="nr_Nota_1228051_890" id="nr_Nota_1228051_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_970" id="ci_AlunoAvaliacao_1228051_970" value="" type="hidden">
                <input name="nr_Nota_1228051_970" id="nr_Nota_1228051_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_3330" id="ci_AlunoAvaliacao_1228051_3330" value="" type="hidden">
                <input name="nr_Nota_1228051_3330" id="nr_Nota_1228051_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_1130" id="ci_AlunoAvaliacao_1228051_1130" value="" type="hidden">
                <input name="nr_Nota_1228051_1130" id="nr_Nota_1228051_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_1140" id="ci_AlunoAvaliacao_1228051_1140" value="" type="hidden">
                <input name="nr_Nota_1228051_1140" id="nr_Nota_1228051_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_1200" id="ci_AlunoAvaliacao_1228051_1200" value="" type="hidden">
                <input name="nr_Nota_1228051_1200" id="nr_Nota_1228051_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_1620" id="ci_AlunoAvaliacao_1228051_1620" value="" type="hidden">
                <input name="nr_Nota_1228051_1620" id="nr_Nota_1228051_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228051_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228051_1730" id="ci_AlunoAvaliacao_1228051_1730" value="" type="hidden">
                <input name="nr_Nota_1228051_1730" id="nr_Nota_1228051_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1458608&nbsp;BRUNA ERICA DE SOUZA
              <input id="cd_Aluno_45" name="cd_Aluno_45" value="1458608" type="hidden"></td>
            
            <td id="colunaNotaAluno_1458608_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_154" id="ci_AlunoAvaliacao_1458608_154" value="" type="hidden">
                <input name="nr_Nota_1458608_154" id="nr_Nota_1458608_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_160" id="ci_AlunoAvaliacao_1458608_160" value="" type="hidden">
                <input name="nr_Nota_1458608_160" id="nr_Nota_1458608_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_530" id="ci_AlunoAvaliacao_1458608_530" value="" type="hidden">
                <input name="nr_Nota_1458608_530" id="nr_Nota_1458608_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_780" id="ci_AlunoAvaliacao_1458608_780" value="" type="hidden">
                <input name="nr_Nota_1458608_780" id="nr_Nota_1458608_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_800" id="ci_AlunoAvaliacao_1458608_800" value="" type="hidden">
                <input name="nr_Nota_1458608_800" id="nr_Nota_1458608_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_890" id="ci_AlunoAvaliacao_1458608_890" value="" type="hidden">
                <input name="nr_Nota_1458608_890" id="nr_Nota_1458608_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_970" id="ci_AlunoAvaliacao_1458608_970" value="" type="hidden">
                <input name="nr_Nota_1458608_970" id="nr_Nota_1458608_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_3330" id="ci_AlunoAvaliacao_1458608_3330" value="" type="hidden">
                <input name="nr_Nota_1458608_3330" id="nr_Nota_1458608_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_1130" id="ci_AlunoAvaliacao_1458608_1130" value="" type="hidden">
                <input name="nr_Nota_1458608_1130" id="nr_Nota_1458608_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_1140" id="ci_AlunoAvaliacao_1458608_1140" value="" type="hidden">
                <input name="nr_Nota_1458608_1140" id="nr_Nota_1458608_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_1200" id="ci_AlunoAvaliacao_1458608_1200" value="" type="hidden">
                <input name="nr_Nota_1458608_1200" id="nr_Nota_1458608_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_1620" id="ci_AlunoAvaliacao_1458608_1620" value="" type="hidden">
                <input name="nr_Nota_1458608_1620" id="nr_Nota_1458608_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1458608_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1458608_1730" id="ci_AlunoAvaliacao_1458608_1730" value="" type="hidden">
                <input name="nr_Nota_1458608_1730" id="nr_Nota_1458608_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1202410&nbsp;PAULO VICTOR LIMA NASCIMENTO
              <input id="cd_Aluno_46" name="cd_Aluno_46" value="1202410" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202410_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_154" id="ci_AlunoAvaliacao_1202410_154" value="" type="hidden">
                <input name="nr_Nota_1202410_154" id="nr_Nota_1202410_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_160" id="ci_AlunoAvaliacao_1202410_160" value="" type="hidden">
                <input name="nr_Nota_1202410_160" id="nr_Nota_1202410_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_530" id="ci_AlunoAvaliacao_1202410_530" value="" type="hidden">
                <input name="nr_Nota_1202410_530" id="nr_Nota_1202410_530" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_780" id="ci_AlunoAvaliacao_1202410_780" value="" type="hidden">
                <input name="nr_Nota_1202410_780" id="nr_Nota_1202410_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_800" id="ci_AlunoAvaliacao_1202410_800" value="" type="hidden">
                <input name="nr_Nota_1202410_800" id="nr_Nota_1202410_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_890" id="ci_AlunoAvaliacao_1202410_890" value="" type="hidden">
                <input name="nr_Nota_1202410_890" id="nr_Nota_1202410_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_970" id="ci_AlunoAvaliacao_1202410_970" value="" type="hidden">
                <input name="nr_Nota_1202410_970" id="nr_Nota_1202410_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_3330" id="ci_AlunoAvaliacao_1202410_3330" value="" type="hidden">
                <input name="nr_Nota_1202410_3330" id="nr_Nota_1202410_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_1130" id="ci_AlunoAvaliacao_1202410_1130" value="" type="hidden">
                <input name="nr_Nota_1202410_1130" id="nr_Nota_1202410_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_1140" id="ci_AlunoAvaliacao_1202410_1140" value="" type="hidden">
                <input name="nr_Nota_1202410_1140" id="nr_Nota_1202410_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_1200" id="ci_AlunoAvaliacao_1202410_1200" value="" type="hidden">
                <input name="nr_Nota_1202410_1200" id="nr_Nota_1202410_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_1620" id="ci_AlunoAvaliacao_1202410_1620" value="" type="hidden">
                <input name="nr_Nota_1202410_1620" id="nr_Nota_1202410_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202410_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202410_1730" id="ci_AlunoAvaliacao_1202410_1730" value="" type="hidden">
                <input name="nr_Nota_1202410_1730" id="nr_Nota_1202410_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;357447&nbsp;PRISCILA CUNHA DE ANDRADE
              <input id="cd_Aluno_47" name="cd_Aluno_47" value="357447" type="hidden"></td>
            
            <td id="colunaNotaAluno_357447_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_154" id="ci_AlunoAvaliacao_357447_154" value="" type="hidden">
                <input name="nr_Nota_357447_154" id="nr_Nota_357447_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_160" id="ci_AlunoAvaliacao_357447_160" value="" type="hidden">
                <input name="nr_Nota_357447_160" id="nr_Nota_357447_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_530" id="ci_AlunoAvaliacao_357447_530" value="" type="hidden">
                <input name="nr_Nota_357447_530" id="nr_Nota_357447_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_780" id="ci_AlunoAvaliacao_357447_780" value="" type="hidden">
                <input name="nr_Nota_357447_780" id="nr_Nota_357447_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_800" id="ci_AlunoAvaliacao_357447_800" value="" type="hidden">
                <input name="nr_Nota_357447_800" id="nr_Nota_357447_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_890" id="ci_AlunoAvaliacao_357447_890" value="" type="hidden">
                <input name="nr_Nota_357447_890" id="nr_Nota_357447_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_970" id="ci_AlunoAvaliacao_357447_970" value="" type="hidden">
                <input name="nr_Nota_357447_970" id="nr_Nota_357447_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_3330" id="ci_AlunoAvaliacao_357447_3330" value="" type="hidden">
                <input name="nr_Nota_357447_3330" id="nr_Nota_357447_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_1130" id="ci_AlunoAvaliacao_357447_1130" value="" type="hidden">
                <input name="nr_Nota_357447_1130" id="nr_Nota_357447_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_1140" id="ci_AlunoAvaliacao_357447_1140" value="" type="hidden">
                <input name="nr_Nota_357447_1140" id="nr_Nota_357447_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_1200" id="ci_AlunoAvaliacao_357447_1200" value="" type="hidden">
                <input name="nr_Nota_357447_1200" id="nr_Nota_357447_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_1620" id="ci_AlunoAvaliacao_357447_1620" value="" type="hidden">
                <input name="nr_Nota_357447_1620" id="nr_Nota_357447_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_357447_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_357447_1730" id="ci_AlunoAvaliacao_357447_1730" value="" type="hidden">
                <input name="nr_Nota_357447_1730" id="nr_Nota_357447_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <table width="99%" border="0" cellpadding="0" cellspacing="0">
                <tbody><tr>
                  <td><span class="azul_bold"><br>
                    * Notas em AZUL, esto aprovados.</span><br>
                    <span class="vermelho_bold">
                    
                    * Notas em Vermelho, esto reprovados.
                    
                    </span></td>
                </tr>
              </tbody></table>
              
              <br>
              
              <br>
                            
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div class="" style="display: block; top: 565px; left: 997px;" id="tooltip"><h3>LINGUA PORTUGUESA</h3><div class="body">ICARO SALMITO GONCALVES RIBEIRO</div><div style="display: none;" class="url"></div></div><div id="hintbox"></div></body></html>